Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.c449 case MDOC_Bl: in mdoc_block_alloc()
604 if (n->tok == MDOC_Bl && n->type == MDOC_BODY && in mdoc_ptext()
614 MDOC_Bl == n->parent->tok && in mdoc_ptext()
781 if (n->tok == MDOC_Bl && n->type == MDOC_BODY && in mdoc_pmacro()
796 MDOC_Bl == n->parent->tok && in mdoc_pmacro()
H A Dmdoc_macro.c342 return(MDOC_Bl); in rew_alt()
879 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full()
938 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full()
966 mdoc->last->parent->tok != MDOC_Bl || in blk_full()
1072 if (nl && tok != MDOC_Bd && tok != MDOC_Bl && tok != MDOC_Rs) in blk_full()
1457 if (n->tok == MDOC_Bl) in phrase_ta()
H A Dmdoc.h31 MDOC_Bl, enumerator
H A Dmdoc_term.c562 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
583 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
589 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
797 (MDOC_Bl == n->next->child->tok || in termp_it_pre()
855 (MDOC_Bl == n->next->child->tok || in termp_it_pre()
1615 case MDOC_Bl: in termp_bd_pre()
H A Dmdoc_argv.c436 if (MDOC_Bl == n->tok) in mdoc_args()
H A Dmdoc_html.c827 while (bl && MDOC_Bl != bl->tok) in mdoc_it_pre()
1195 case MDOC_Bl: in mdoc_bd_pre()
H A Dmdoc_validate.c2038 if (MDOC_Bl == n->tok && n->norm->Bl.comp) in pre_par()