Lines Matching refs:Bl
913 if (n->norm->Bl.offs) { in pre_bl()
914 print_offs(n->norm->Bl.offs); in pre_bl()
918 switch (n->norm->Bl.type) { in pre_bl()
920 n->norm->Bl.count = 0; in pre_bl()
929 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
940 switch (n->norm->Bl.type) { in post_bl()
945 n->norm->Bl.count = 0; in post_bl()
951 if (n->norm->Bl.offs) { in post_bl()
1225 if (0 == bln->norm->Bl.comp || in pre_it()
1230 switch (bln->norm->Bl.type) { in pre_it()
1238 if (bln->norm->Bl.type == LIST_diag) in pre_it()
1249 print_width(bln->norm->Bl.width, NULL, 0); in pre_it()
1253 if (LIST_bullet == bln->norm->Bl.type) in pre_it()
1260 print_width(bln->norm->Bl.width, NULL, 0); in pre_it()
1263 print_count(&bln->norm->Bl.count); in pre_it()
1266 print_width(bln->norm->Bl.width, n->child, 6); in pre_it()
1270 print_width(bln->norm->Bl.width, n->child, 0); in pre_it()
1319 switch (bln->norm->Bl.type) { in post_it()
1332 switch (bln->norm->Bl.type) { in post_it()