Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_state.c238 SEC_CUSTOM; in state_sh()
H A Droff.h56 SEC_CUSTOM, enumerator
H A Dmdoc_validate.c1351 n->sec == SEC_CUSTOM) in post_fname()
2550 sec != SEC_CUSTOM ? secnames[sec] : in post_sh_head()
2573 if (sec == SEC_CUSTOM) { in post_sh_head()
3031 return SEC_CUSTOM; in mdoc_a2sec()
H A Dmdoc_html.c547 if (sn->sec == SEC_CUSTOM) in mdoc_sh_pre()
H A Dmandocdb.c1859 return n->sec == SEC_CUSTOM && n->type == ROFFT_HEAD; in parse_mdoc_Sh()