]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/sbr/m_find.c
1 /* m_find.c - find an entry in the profile */
10 register struct node
*np
;
13 for (np
= m_defs
; np
; np
= np
-> n_next
)
14 if (uleq (np
-> n_name
, str
))
15 return (np
-> n_field
);