Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c125 case MDOC_Bl: in mdoc_block_alloc()
180 if ((n->tok == MDOC_Bl && n->type == ROFFT_BODY && in mdoc_ptext()
182 (n->parent != NULL && n->parent->tok == MDOC_Bl && in mdoc_ptext()
375 if ((n->tok == MDOC_Bl && n->type == ROFFT_BODY && in mdoc_pmacro()
377 (n->parent != NULL && n->parent->tok == MDOC_Bl && in mdoc_pmacro()
H A Dtag.c242 case MDOC_Bl: in tag_move_id()
309 case MDOC_Bl: in tag_postprocess()
H A Dmdoc_macro.c352 return MDOC_Bl; in rew_alt()
987 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full()
1041 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full()
1079 mdoc->last->parent->tok != MDOC_Bl || in blk_full()
1199 if (nl && tok != MDOC_Bd && tok != MDOC_Bl && tok != MDOC_Rs) in blk_full()
1586 if (n->tok == MDOC_Bl && n->end == ENDBODY_NOT) in phrase_ta()
H A Droff.h330 MDOC_Bl, enumerator
H A Dmdoc_term.c588 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
613 if (bl->tok != MDOC_Bl || in print_bvspace()
1141 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()
H A Dmdoc_argv.c432 if (n->tok != MDOC_Bl) in mdoc_args()
H A Dmdoc_validate.c1167 while (np->tok != MDOC_Bl) in post_tg()
1191 case MDOC_Bl: in post_tg()
2670 if (n->tok == MDOC_Bl && n->norm->Bl.comp) in post_prevpar()
H A Dmdoc_html.c734 while (bl->tok != MDOC_Bl) in mdoc_it_pre()