Searched refs:MDOC_It (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/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 | 615 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 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() 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 D | tag.c | 258 case MDOC_It: in tag_move_id()
|
H A D | roff.h | 332 MDOC_It, enumerator
|
H A D | mdoc_term.c | 337 (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 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()
|