Lines Matching defs:bln
1435 const struct roff_node *bln;
1440 bln = n->parent->parent;
1441 if (bln->norm->Bl.comp == 0 ||
1443 roff_node_prev(bln->parent) == NULL))
1446 switch (bln->norm->Bl.type) {
1452 if (bln->norm->Bl.type == LIST_diag)
1461 print_width(&bln->norm->Bl, NULL);
1465 if (LIST_bullet == bln->norm->Bl.type)
1473 print_width(&bln->norm->Bl, NULL);
1476 print_count(&bln->norm->Bl.count);
1480 print_width(&bln->norm->Bl, n->child);
1485 print_width(&bln->norm->Bl, n->child);
1528 const struct roff_node *bln;
1530 bln = n->parent->parent;
1534 switch (bln->norm->Bl.type) {
1547 switch (bln->norm->Bl.type) {