Lines Matching defs:bln
1368 const struct mdoc_node *bln;
1373 bln = n->parent->parent;
1374 if (0 == bln->norm->Bl.comp ||
1376 NULL == bln->parent->prev))
1379 switch (bln->norm->Bl.type) {
1387 if (bln->norm->Bl.type == LIST_diag)
1398 print_width(&bln->norm->Bl, NULL);
1402 if (LIST_bullet == bln->norm->Bl.type)
1410 print_width(&bln->norm->Bl, NULL);
1413 print_count(&bln->norm->Bl.count);
1417 print_width(&bln->norm->Bl, n->child);
1422 print_width(&bln->norm->Bl, n->child);
1465 const struct mdoc_node *bln;
1467 bln = n->parent->parent;
1471 switch (bln->norm->Bl.type) {
1484 switch (bln->norm->Bl.type) {