3 * context_find.c -- find an entry in the context/profile list
12 context_find (char *str)
16 /* sanity check - check that context has been read */
18 adios (NULL, "oops, context hasn't been read yet");
20 for (np = m_defs; np; np = np->n_next)
21 if (!strcasecmp (np->n_name, str))