Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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.c612 if (n->tok == MDOC_It) { in blk_exp_close()
987 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full()
1008 case MDOC_It: in blk_full()
1022 (tok != MDOC_It && n->tok == MDOC_It))))) in blk_full()
1041 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full()
1078 parsed = tok != MDOC_It || in blk_full()
1584 if (n->tok == MDOC_It && n->type == ROFFT_BODY) in phrase_ta()
1598 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()
1165 case MDOC_It: in post_tg()
1600 (n->parent->tok == MDOC_It || in post_er()
1602 n->parent->parent->parent->tok == MDOC_It))) in post_er()
1616 (n->parent->tok == MDOC_It || in post_tag()
1619 n->parent->parent->parent->tok == MDOC_It))) in post_tag()
1951 if (nchild->tok == MDOC_It) { in post_bl()
1978 if (nchild->tok == MDOC_It) { in post_bl()
1989 while (nchild->tok != MDOC_It) { in post_bl()
[all …]
H A Dtag.c212 case MDOC_It: in tag_move_id()
H A Droff.h332 MDOC_It, enumerator
H A Dmdoc_term.c339 (n->tok != MDOC_It || n->type != ROFFT_BLOCK)) in print_mdoc_node()
602 if (nn->tok == MDOC_It && in print_bvspace()
614 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()