Home
last modified time | relevance | path

Searched refs:MDOC_Bd (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc.h30 MDOC_Bd, enumerator
H A Dmdoc_term.c578 if (MDOC_Bd == bl->tok && bl->norm->Bd.comp) in print_bvspace()
805 MDOC_Bd == n->next->child->tok)) in termp_it_pre()
861 MDOC_Bd == n->next->child->tok)) in termp_it_pre()
H A Dmdoc_validate.c584 if (MDOC_Bd == node->tok) in pre_display()
797 assert(MDOC_Bd == np->tok); in pre_bd()
2108 if (MDOC_Bd == n->tok && n->norm->Bd.comp) in pre_par()
2160 case (MDOC_Bd): in pre_literal()
H A Dmdoc.c526 case (MDOC_Bd): in mdoc_block_alloc()
H A Dmdoc_macro.c322 return(MDOC_Bd); in rew_alt()