Home
last modified time | relevance | path

Searched refs:MDOC_It (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmdoc.c185 (*mdoc_macro(MDOC_It)->fp)(mdoc, MDOC_It, in mdoc_ptext()
362 if (n == NULL || tok == MDOC_It || tok == MDOC_El || in mdoc_pmacro()
380 (*mdoc_macro(MDOC_It)->fp)(mdoc, MDOC_It, ln, sv, &sv, buf); in mdoc_pmacro()
H A Dmdoc_macro.c615 if (n->tok == MDOC_It) { in blk_exp_close()
990 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full()
1011 case MDOC_It: in blk_full()
1025 (tok != MDOC_It && n->tok == MDOC_It))))) in blk_full()
1044 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full()
1081 parsed = tok != MDOC_It || in blk_full()
1592 if (n->tok == MDOC_It && n->type == ROFFT_BODY) in phrase_ta()
1606 roff_body_alloc(mdoc, line, ppos, MDOC_It); in phrase_ta()
H A Dmdoc_validate.c351 (np->tok != MDOC_It || np->type != ROFFT_HEAD || in mdoc_validate()
354 if (np->tok == MDOC_It || (np->type == ROFFT_BODY && in mdoc_validate()
1166 case MDOC_It: in post_tg()
1601 (n->parent->tok == MDOC_It || in post_er()
1603 n->parent->parent->parent->tok == MDOC_It))) in post_er()
1617 (n->parent->tok == MDOC_It || in post_tag()
1620 n->parent->parent->parent->tok == MDOC_It))) in post_tag()
1996 if (nchild->tok == MDOC_It) { in post_bl()
2023 if (nchild->tok == MDOC_It) { in post_bl()
2030 roff_block_alloc(mdoc, nchild->line, nchild->pos, MDOC_It); in post_bl()
[all …]
H A Dtag.c258 case MDOC_It: in tag_move_id()
H A Droff.h332 MDOC_It, enumerator
H A Dmdoc_term.c337 (n->tok != MDOC_It || n->type != ROFFT_BLOCK)) in print_mdoc_node()
600 if (nn->tok == MDOC_It && in print_bvspace()
612 n->prev == NULL || n->prev->tok != MDOC_It || in print_bvspace()
H A Dmdoc_argv.c430 if (tok == MDOC_It) { in mdoc_args()
H A Dmdoc_man.c1733 if (MDOC_It != n->parent->tok) in pre_pp()