Searched refs:bln (Results 1 – 2 of 2) sorted by relevance
1204 struct roff_node *bln; in md_pre_It() local1211 bln = n->parent->parent; in md_pre_It()1212 if (bln->norm->Bl.comp == 0 && in md_pre_It()1213 bln->norm->Bl.type != LIST_column) in md_pre_It()1217 switch (bln->norm->Bl.type) { in md_pre_It()1239 if (bln->norm->Bl.count < 99) in md_pre_It()1240 bln->norm->Bl.count++; in md_pre_It()1241 printf("%d.\t", bln->norm->Bl.count); in md_pre_It()1259 bln = n->parent->parent; in md_pre_It()1260 switch (bln->norm->Bl.type) { in md_pre_It()[all …]
1435 const struct roff_node *bln; in pre_it() local1440 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()[all …]