Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmdoc_macro.c970 if (buf[*pos] == '\0' && (tok == MDOC_Sh || tok == MDOC_Ss)) { in blk_full()
1002 case MDOC_Sh: in blk_full()
1023 if (tok != MDOC_Sh && (n->tok == MDOC_Sh || in blk_full()
1063 case MDOC_Sh: in blk_full()
H A Dtag.c285 case MDOC_Sh: in tag_move_id()
H A Dmdoc.c390 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
H A Droff.h323 MDOC_Sh, enumerator
H A Dmdoc_term.c263 if (n->tok != MDOC_Sh) in terminal_mdoc()
283 if (n->tok != MDOC_Sh) in terminal_mdoc()
598 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in print_bvspace()
1272 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()
1161 case MDOC_Sh: in post_tg()
2170 else if (n->tok != MDOC_Sh) in post_root()
H A Dhtml.c377 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.c968 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in mdoc_bd_pre()