]>
diplodocus.org Git - nmh/blob - docs/historical/SRI-NOSC/subs.dir/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(!equal(value
, np
->n_field
)) {
23 np
->n_next
= alloc(sizeof *np
);