Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c967 if (buf[*pos] == '\0' && (tok == MDOC_Sh || tok == MDOC_Ss)) { in blk_full()
999 case MDOC_Sh: in blk_full()
1020 if (tok != MDOC_Sh && (n->tok == MDOC_Sh || in blk_full()
1060 case MDOC_Sh: in blk_full()
H A Dtag.c239 case MDOC_Sh: in tag_move_id()
H A Droff.h323 MDOC_Sh, enumerator
H A Dmdoc.c390 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
H A Dmdoc_term.c264 if (n->tok != MDOC_Sh) in terminal_mdoc()
287 if (n->tok != MDOC_Sh) in terminal_mdoc()
600 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in print_bvspace()
1273 np->tok != MDOC_Sh || in termp_sh_pre()
H A Dmdoc_validate.c355 (np->tok == MDOC_Sh || np->tok == MDOC_Ss))) in mdoc_validate()
535 if (*lc == ')' && (tok == MDOC_Nd || tok == MDOC_Sh || in post_delim()
1160 case MDOC_Sh: in post_tg()
2125 else if (n->tok != MDOC_Sh) in post_root()
H A Dhtml.c374 case MDOC_Sh: in html_make_id()
H A Dmdoc_markdown.c1510 md_rawword(n->tok == MDOC_Sh ? "#" : "##"); in md_pre_Sh()
H A Dmdoc_man.c869 if (MDOC_Sh == n->tok && SEC_AUTHORS == n->sec) in post_sect()
H A Dmdoc_html.c955 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in mdoc_bd_pre()