Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c271 static const char * const secnames[SEC__MAX] = { variable
2484 sec != SEC_CUSTOM ? secnames[sec] : in post_sh_head()
2513 for (testsec = secnames + 1; *testsec != NULL; testsec++) { in post_sh_head()
2533 mdoc->last->pos, "Sh %s", secnames[sec]); in post_sh_head()
2537 mdoc->last->pos, "Sh %s", secnames[sec]); in post_sh_head()
2573 "Sh %s for %s only", secnames[sec], goodsec); in post_sh_head()
2967 if (secnames[i] && 0 == strcmp(p, secnames[i])) in mdoc_a2sec()