Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.c530 case (MDOC_Bl): in mdoc_block_alloc()
759 if (MDOC_Bl == n->tok && MDOC_BODY == n->type && in mdoc_ptext()
768 MDOC_Bl == n->parent->tok && in mdoc_ptext()
935 if (MDOC_Bl == n->tok && MDOC_BODY == n->type && in mdoc_pmacro()
951 MDOC_Bl == n->parent->tok && in mdoc_pmacro()
H A Dmdoc_macro.c328 return(MDOC_Bl); in rew_alt()
404 case (MDOC_Bl): in rew_dohalt()
409 if (MDOC_BODY == p->type && MDOC_Bl == p->tok) in rew_dohalt()
1089 MDOC_Bl == mdoc->last->parent->tok && in blk_full()
1817 while (NULL != n && MDOC_Bl != n->tok) in phrase_ta()
H A Dmdoc_term.c580 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
599 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
605 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
804 (MDOC_Bl == n->next->child->tok || in termp_it_pre()
860 (MDOC_Bl == n->next->child->tok || in termp_it_pre()
1669 case (MDOC_Bl): in termp_bd_pre()
H A Dmdoc.h32 MDOC_Bl, enumerator
H A Dmdoc_argv.c436 if (MDOC_Bl == n->tok) in mdoc_args()
H A Dmdoc_validate.c611 assert(MDOC_Bl == np->tok); in pre_bl()
903 return(check_parent(mdoc, n, MDOC_Bl, MDOC_BODY)); in pre_it()
2106 if (MDOC_Bl == n->tok && n->norm->Bl.comp) in pre_par()
H A Dmdoc_html.c869 while (bl && MDOC_Bl != bl->tok) in mdoc_it_pre()
1239 case (MDOC_Bl): in mdoc_bd_pre()