Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.c763 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 Dmdoc_macro.c405 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 Dmdoc.h34 MDOC_It, enumerator
H A Dmdoc_argv.c425 if (MDOC_It != tok) in mdoc_args()
H A Dmdoc_validate.c1477 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 Dmdoc_term.c600 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 Dmdoc_man.c1484 if (MDOC_It != n->parent->tok) in pre_pp()