Searched refs:MDOC_It (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc.c | 185 (*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 D | mdoc_macro.c | 612 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 D | mdoc_validate.c | 351 (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() 1985 roff_block_alloc(mdoc, nchild->line, nchild->pos, MDOC_It); in post_bl() [all …]
|
H A D | tag.c | 212 case MDOC_It: in tag_move_id()
|
H A D | roff.h | 332 MDOC_It, enumerator
|
H A D | mdoc_term.c | 339 (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 D | mdoc_argv.c | 430 if (tok == MDOC_It) { in mdoc_args()
|
H A D | mdoc_man.c | 1733 if (MDOC_It != n->parent->tok) in pre_pp()
|