Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.h25 MDOC_Sh, enumerator
H A Dmdoc_macro.c427 if (MDOC_BODY == p->type && MDOC_Sh == p->tok) in rew_dohalt()
430 case (MDOC_Sh): in rew_dohalt()
432 MDOC_Sh == p->tok) in rew_dohalt()
H A Dmdoc_validate.c882 return(check_parent(mdoc, n, MDOC_Sh, MDOC_BODY)); in pre_ss()
1716 MDOC_Sh != n->child->tok) { in post_root()
1879 if (MDOC_Sh == n->tok || MDOC_Ss == n->tok) in post_hyph()
2127 if (MDOC_Sh != mdoc->last->parent->tok && in post_par()
H A Dmdoc_term.c590 if (MDOC_Sh == nn->tok) in print_bvspace()
1432 if (n->prev && MDOC_Sh == n->prev->tok) in termp_sh_pre()
H A Dmdoc_man.c739 if (MDOC_Sh == n->tok && SEC_AUTHORS == n->sec) in post_sect()
H A Dmdoc_html.c1191 if (MDOC_Ss == nn->tok || MDOC_Sh == nn->tok) in mdoc_bd_pre()