Home
last modified time | relevance | path

Searched refs:ROFFT_ELEM (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtree.c119 case ROFFT_ELEM: in print_mdoc()
151 case ROFFT_ELEM: in print_mdoc()
221 case ROFFT_ELEM: in print_man()
253 case ROFFT_ELEM: in print_man()
H A Dmdoc_markdown.c1439 case ROFFT_ELEM: in md_pre_Nm()
1456 case ROFFT_ELEM: in md_post_Nm()
1545 case ROFFT_ELEM: in md_pre_Vt()
1558 case ROFFT_ELEM: in md_post_Vt()
H A Dtag.c313 if (n->type == ROFFT_ELEM || n->tok == MDOC_Fo) in tag_postprocess()
H A Dmdoc_man.c1047 case ROFFT_ELEM: in pre_bk()
1059 case ROFFT_ELEM: in post_bk()
1661 case ROFFT_ELEM: in pre_nm()
1688 case ROFFT_ELEM: in post_nm()
H A Droff.h66 ROFFT_ELEM, enumerator
H A Dmdoc.c144 p = roff_node_alloc(mdoc, line, pos, ROFFT_ELEM, tok); in mdoc_elem_alloc()
H A Dmdoc_html.c648 case ROFFT_ELEM: in mdoc_nm_pre()
1108 } else if (n->type == ROFFT_ELEM) { in mdoc_vt_pre()
1666 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in mdoc_quote_post()
H A Dmdoc_term.c1229 case ROFFT_ELEM: in termp_vt_pre()
1579 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_pre()
1635 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_post()
H A Dmdoc_macro.c378 if (n->type != ROFFT_ELEM) in rew_elem()
380 assert(n->type == ROFFT_ELEM); in rew_elem()
H A Dmdoc_validate.c1228 if (n->type == ROFFT_ELEM || n->type == ROFFT_BLOCK) in post_obsolete()
1413 case ROFFT_ELEM: in post_nm()
2658 if (n->type != ROFFT_ELEM && n->type != ROFFT_BLOCK) in post_prevpar()
H A Dmandocdb.c1618 case ROFFT_ELEM: in parse_mdoc()
1759 if (n->type != ROFFT_ELEM && n->type != ROFFT_BODY) in parse_mdoc_Va()
H A Droff.c997 n = roff_node_alloc(man, line, pos, ROFFT_ELEM, tok); in roff_elem_alloc()
1103 if (n->type == ROFFT_BLOCK || n->type == ROFFT_ELEM) in roff_node_free()
3528 if (r->man->last->type == ROFFT_ELEM) { in roff_onearg()