Home
last modified time | relevance | path

Searched refs:secnames (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipsopt.c41 struct ipopt_names secnames[] = { variable
58 for (so = secnames; so->on_name; so++)
/freebsd/contrib/mandoc/
H A Dmdoc_validate.c271 static const char * const secnames[SEC__MAX] = { variable
2529 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()