Searched refs:secnames (Results 1 – 2 of 2) sorted by relevance
41 struct ipopt_names secnames[] = { variable58 for (so = secnames; so->on_name; so++)
271 static const char * const secnames[SEC__MAX] = { variable2529 sec != SEC_CUSTOM ? secnames[sec] : in post_sh_head()2558 for (testsec = secnames + 1; *testsec != NULL; testsec++) { in post_sh_head()2578 mdoc->last->pos, "Sh %s", secnames[sec]); in post_sh_head()2582 mdoc->last->pos, "Sh %s", secnames[sec]); in post_sh_head()2616 "Sh %s for %s only", secnames[sec], goodsec); in post_sh_head()3009 if (secnames[i] && 0 == strcmp(p, secnames[i])) in mdoc_a2sec()