]>
diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/subs/m_replace.c
8 register struct node
*np
;
11 for(np
= m_defs
; ; np
= np
->n_next
) {
12 if(uleq(np
->n_name
, key
)) {
13 if(strcmp(value
, np
->n_field
) != 0) {
23 np
->n_next
= (struct node
*) malloc(sizeof *np
);
25 np
->n_name
= getcpy(key
);