Lines Matching refs:Bl
586 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
601 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
613 (bl->norm->Bl.type != LIST_column && in print_bvspace()
614 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
638 type = bl->norm->Bl.type; in termp_it_pre()
670 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
671 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
692 ncols = bl->norm->Bl.ncols; in termp_it_pre()
705 su.scale = term_strlen(p, bl->norm->Bl.cols[i]) / in termp_it_pre()
724 su.scale = term_strlen(p, bl->norm->Bl.cols[i]) / in termp_it_pre()
729 if (NULL == bl->norm->Bl.width) in termp_it_pre()
737 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
930 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()
1140 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()