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