Lines Matching refs:Bl
562 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
577 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
583 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
589 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
623 type = bl->norm->Bl.type; in termp_it_pre()
659 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
660 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
681 ncols = bl->norm->Bl.ncols; in termp_it_pre()
694 bl->norm->Bl.cols[i]); in termp_it_pre()
709 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
712 if (NULL == bl->norm->Bl.width) in termp_it_pre()
720 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2); in termp_it_pre()
954 type = n->parent->parent->parent->norm->Bl.type; in termp_it_post()