Home
last modified time | relevance | path

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

/freebsd/contrib/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.c288 case MDOC_Bl: in tag_move_id()
355 case MDOC_Bl: in tag_postprocess()
H A Dmdoc_macro.c355 return MDOC_Bl; in rew_alt()
990 if (tok == MDOC_It && n->tok == MDOC_Bl) { in blk_full()
1044 if (tok == MDOC_It && (n == NULL || n->tok != MDOC_Bl)) { in blk_full()
1082 mdoc->last->parent->tok != MDOC_Bl || in blk_full()
1202 if (nl && tok != MDOC_Bd && tok != MDOC_Bl && tok != MDOC_Rs) in blk_full()
1594 if (n->tok == MDOC_Bl && n->end == ENDBODY_NOT) in phrase_ta()
H A Droff.h330 MDOC_Bl, enumerator
H A Dmdoc_term.c586 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
611 if (bl->tok != MDOC_Bl || in print_bvspace()
1140 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.c1168 while (np->tok != MDOC_Bl) in post_tg()
1192 case MDOC_Bl: in post_tg()
2713 if (n->tok == MDOC_Bl && n->norm->Bl.comp) in post_prevpar()
H A Dmdoc_html.c747 while (bl->tok != MDOC_Bl) in mdoc_it_pre()