Searched refs:MDOC_It (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | mdoc.c | 608 mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf); in mdoc_ptext() 612 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_ptext() 618 mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf); in mdoc_ptext() 768 if (NULL == mdoc->last || MDOC_It == tok || MDOC_El == tok) { in mdoc_pmacro() 784 mdoc_macro(mdoc, MDOC_It, ln, sv, &sv, buf); in mdoc_pmacro() 794 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_pmacro() 799 mdoc_macro(mdoc, MDOC_It, ln, sv, &sv, buf); in mdoc_pmacro()
|
H A D | mdoc_macro.c | 534 if (n->tok == MDOC_It) { in blk_exp_close() 879 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full() 903 case MDOC_It: in blk_full() 917 (tok != MDOC_It && n->tok == MDOC_It))))) in blk_full() 938 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full() 965 parsed = tok != MDOC_It || in blk_full() 1455 if (n->tok == MDOC_It && n->type == MDOC_BODY) in phrase_ta() 1470 mdoc_body_alloc(mdoc, line, ppos, MDOC_It); in phrase_ta()
|
H A D | mdoc.h | 33 MDOC_It, enumerator
|
H A D | mdoc_validate.c | 1298 if (MDOC_It != nn->tok) in post_bl_block_tag() 1434 if (nchild->tok == MDOC_It || in post_bl() 1437 nchild->next->tok == MDOC_It)) { in post_bl() 2042 if (MDOC_It == n->tok && n->parent->norm->Bl.comp) in pre_par()
|
H A D | mdoc_term.c | 576 if (nn->tok == MDOC_It && in print_bvspace() 584 if (n->prev && MDOC_It == n->prev->tok) in print_bvspace() 590 if (n->prev && MDOC_It == n->prev->tok) { in print_bvspace()
|
H A D | mdoc_argv.c | 425 if (tok != MDOC_It) in mdoc_args()
|
H A D | mdoc_man.c | 1646 if (MDOC_It != n->parent->tok) in pre_pp()
|