2 Proprietary Rand Corporation
, 1981.
3 Further distribution of
this software
4 subject to the terms of the Rand
13 register struct node
*np
, *npprev
;
16 for(np
= (struct node
*) &m_defs
; npprev
= np
; ) {
17 if((np
= np
->n_next
) == 0)
19 if(uleq(np
->n_name
, key
)) {
20 npprev
->n_next
= np
->n_next
;