Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDtree.c112 case ROFFT_ELEM: in print_mdoc()
140 case ROFFT_ELEM: in print_mdoc()
228 case ROFFT_ELEM: in print_man()
256 case ROFFT_ELEM: in print_man()
HDmdoc_markdown.c1398 case ROFFT_ELEM: in md_pre_Nm()
1415 case ROFFT_ELEM: in md_post_Nm()
1504 case ROFFT_ELEM: in md_pre_Vt()
1517 case ROFFT_ELEM: in md_post_Vt()
HDmdoc_man.c999 case ROFFT_ELEM: in pre_bk()
1011 case ROFFT_ELEM: in post_bk()
1625 if (n->type != ROFFT_ELEM && n->type != ROFFT_HEAD) in pre_nm()
1650 case ROFFT_ELEM: in post_nm()
HDmdoc.c149 p = roff_node_alloc(mdoc, line, pos, ROFFT_ELEM, tok); in mdoc_elem_alloc()
HDroff.h62 ROFFT_ELEM, enumerator
HDmdoc_html.c593 case ROFFT_ELEM: in mdoc_nm_pre()
1188 } else if (n->type == ROFFT_ELEM) { in mdoc_vt_pre()
1754 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in mdoc_quote_post()
HDman_html.c245 case ROFFT_ELEM: in print_man_node()
HDmdoc_term.c1200 if (n->type == ROFFT_ELEM) { in termp_vt_pre()
1644 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_pre()
1700 if (n->type != ROFFT_BODY && n->type != ROFFT_ELEM) in termp_quote_post()
HDmdoc_macro.c371 if (n->type != ROFFT_ELEM) in rew_elem()
373 assert(n->type == ROFFT_ELEM); in rew_elem()
HDmandocdb.c1554 case ROFFT_ELEM: in parse_mdoc()
1676 if (n->type != ROFFT_ELEM && n->type != ROFFT_BODY) in parse_mdoc_Va()
HDmdoc_validate.c1043 if (n->type == ROFFT_ELEM || n->type == ROFFT_BLOCK) in post_obsolete()
1224 case ROFFT_ELEM: in post_nm()
2460 if (n->type != ROFFT_ELEM && n->type != ROFFT_BLOCK) in post_prevpar()
HDroff.c945 n = roff_node_alloc(man, line, pos, ROFFT_ELEM, tok); in roff_elem_alloc()
1043 if (n->type == ROFFT_BLOCK || n->type == ROFFT_ELEM) in roff_node_free()
2974 if (r->man->last->type == ROFFT_ELEM) { in roff_onearg()