Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dman.c128 if (man->last->tok == MAN_SH || man->last->tok == MAN_SS) in man_ptext()
252 if (man->quick && tok == MAN_SH) { in man_pmacro()
312 (man->last->tok == MAN_SH || man->last->tok == MAN_SS)) { in man_breakscope()
H A Dman_macro.c187 if (tok != MAN_SH && (n->tok == MAN_SH || in rew_scope()
347 if (tok == MAN_SH || tok == MAN_SS) in blk_imp()
H A Droff.h443 MAN_SH, enumerator
H A Dman_term.c174 if (n->tok != MAN_SH) in terminal_man()
716 (n->tok == MAN_SH && roff_node_child(n->body) == NULL)) in pre_SH()
H A Dman_html.c315 if (n->tok == MAN_SH) { in man_SH_pre()
H A Dhtml.c377 case MAN_SH: in html_make_id()
H A Dmandocdb.c1492 if (n->type == ROFFT_BODY && n->tok == MAN_SH) { in parse_man()