Lines Matching defs:bl
583 print_bvspace(struct termp *p, struct roff_node *bl, struct roff_node *n)
589 if ((bl->tok == MDOC_Bd && bl->norm->Bd.comp) ||
590 (bl->tok == MDOC_Bl && bl->norm->Bl.comp))
615 if (bl->tok != MDOC_Bl ||
617 (bl->norm->Bl.type != LIST_column &&
618 (bl->norm->Bl.type != LIST_diag ||
629 const struct roff_node *bl, *nn;
644 bl = n->parent->parent->parent;
645 type = bl->norm->Bl.type;
677 if (bl->norm->Bl.offs != NULL) {
678 offset = a2width(p, bl->norm->Bl.offs);
699 ncols = bl->norm->Bl.ncols;
712 su.scale = term_strlen(p, bl->norm->Bl.cols[i]);
730 su.scale = term_strlen(p, bl->norm->Bl.cols[i]);
734 if (NULL == bl->norm->Bl.width)
742 width = a2width(p, bl->norm->Bl.width) + term_len(p, 2);