Lines Matching refs:bln
1416 const struct roff_node *bln; in pre_it() local
1421 bln = n->parent->parent; in pre_it()
1422 if (0 == bln->norm->Bl.comp || in pre_it()
1424 NULL == bln->parent->prev)) in pre_it()
1427 switch (bln->norm->Bl.type) { in pre_it()
1433 if (bln->norm->Bl.type == LIST_diag) in pre_it()
1442 print_width(&bln->norm->Bl, NULL); in pre_it()
1446 if (LIST_bullet == bln->norm->Bl.type) in pre_it()
1454 print_width(&bln->norm->Bl, NULL); in pre_it()
1457 print_count(&bln->norm->Bl.count); in pre_it()
1461 print_width(&bln->norm->Bl, n->child); in pre_it()
1466 print_width(&bln->norm->Bl, n->child); in pre_it()
1509 const struct roff_node *bln; in post_it() local
1511 bln = n->parent->parent; in post_it()
1515 switch (bln->norm->Bl.type) { in post_it()
1528 switch (bln->norm->Bl.type) { in post_it()