]>
diplodocus.org Git - nmh/blob - sbr/context_find.c
3 * context_find.c -- find an entry in the context/profile list
7 * This code is Copyright (c) 2002, by the authors of nmh. See the
8 * COPYRIGHT file in the root directory of the nmh distribution for
9 * complete copyright information.
16 context_find (char *str
)
20 for (np
= m_defs
; np
; np
= np
->n_next
)
21 if (!mh_strcasecmp (np
->n_name
, str
))