Searched refs:MDOC_It (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc.c | 763 return(mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf)); in mdoc_ptext() 766 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_ptext() 772 return(mdoc_macro(mdoc, MDOC_It, line, offs, &offs, buf)); in mdoc_ptext() 921 if (NULL == mdoc->last || MDOC_It == tok || MDOC_El == tok) { in mdoc_pmacro() 938 if ( ! mdoc_macro(mdoc, MDOC_It, ln, sv, &sv, buf)) in mdoc_pmacro() 949 if (MDOC_It == n->tok && MDOC_BLOCK == n->type && in mdoc_pmacro() 954 if ( ! mdoc_macro(mdoc, MDOC_It, ln, sv, &sv, buf)) in mdoc_pmacro()
|
H A D | mdoc_macro.c | 405 if (MDOC_It == p->tok) in rew_dohalt() 408 case (MDOC_It): in rew_dohalt() 777 if (MDOC_It != n->tok) in blk_exp_close() 1088 nparsed = MDOC_It == tok && in blk_full() 1825 if ( ! rew_sub(MDOC_BODY, mdoc, MDOC_It, line, ppos)) in phrase_ta() 1827 if ( ! mdoc_body_alloc(mdoc, line, ppos, MDOC_It)) in phrase_ta()
|
H A D | mdoc.h | 34 MDOC_It, enumerator
|
H A D | mdoc_argv.c | 425 if (MDOC_It != tok) in mdoc_args()
|
H A D | mdoc_validate.c | 1477 if (MDOC_It != nn->tok) in post_bl_block_tag() 1612 if (MDOC_It == nchild->tok || MDOC_Sm == nchild->tok) { in post_bl() 2110 if (MDOC_It == n->tok && n->parent->norm->Bl.comp) in pre_par()
|
H A D | mdoc_term.c | 600 if (n->prev && MDOC_It == n->prev->tok) in print_bvspace() 606 if (n->prev && MDOC_It == n->prev->tok) { in print_bvspace()
|
H A D | mdoc_man.c | 1484 if (MDOC_It != n->parent->tok) in pre_pp()
|