Lines Matching defs:bln
1439 const struct roff_node *bln;
1444 bln = n->parent->parent;
1445 if (bln->norm->Bl.comp == 0 ||
1447 roff_node_prev(bln->parent) == NULL))
1450 switch (bln->norm->Bl.type) {
1456 if (bln->norm->Bl.type == LIST_diag)
1465 print_width(&bln->norm->Bl, NULL);
1469 if (LIST_bullet == bln->norm->Bl.type)
1477 print_width(&bln->norm->Bl, NULL);
1480 print_count(&bln->norm->Bl.count);
1484 print_width(&bln->norm->Bl, n->child);
1489 print_width(&bln->norm->Bl, n->child);
1532 const struct roff_node *bln;
1534 bln = n->parent->parent;
1538 switch (bln->norm->Bl.type) {
1551 switch (bln->norm->Bl.type) {