Lines Matching defs:bln
1436 const struct roff_node *bln;
1441 bln = n->parent->parent;
1442 if (bln->norm->Bl.comp == 0 ||
1444 roff_node_prev(bln->parent) == NULL))
1447 switch (bln->norm->Bl.type) {
1453 if (bln->norm->Bl.type == LIST_diag)
1462 print_width(&bln->norm->Bl, NULL);
1466 if (LIST_bullet == bln->norm->Bl.type)
1474 print_width(&bln->norm->Bl, NULL);
1477 print_count(&bln->norm->Bl.count);
1481 print_width(&bln->norm->Bl, n->child);
1486 print_width(&bln->norm->Bl, n->child);
1529 const struct roff_node *bln;
1531 bln = n->parent->parent;
1535 switch (bln->norm->Bl.type) {
1548 switch (bln->norm->Bl.type) {