Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.h24 MDOC_Sh, enumerator
H A Dmdoc_macro.c859 if (buf[*pos] == '\0' && (tok == MDOC_Sh || tok == MDOC_Ss)) { in blk_full()
892 case MDOC_Sh: in blk_full()
915 if (tok != MDOC_Sh && (n->tok == MDOC_Sh || in blk_full()
H A Dmdoc_term.c270 if (n->tok == MDOC_Sh && n->sec == SEC_SYNOPSIS) { in terminal_mdoc()
284 if (n->tok != MDOC_Sh) in terminal_mdoc()
574 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in print_bvspace()
1370 MDOC_Sh != n->prev->tok || in termp_sh_pre()
H A Dmdoc.c809 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
H A Dmdoc_validate.c1568 else if (n->tok != MDOC_Sh) in post_root()
2071 if (MDOC_Sh != np->tok && MDOC_Ss != np->tok) in post_par()
H A Dmdoc_man.c804 if (MDOC_Sh == n->tok && SEC_AUTHORS == n->sec) in post_sect()
H A Dmdoc_html.c1139 if (MDOC_Ss == nn->tok || MDOC_Sh == nn->tok) in mdoc_bd_pre()