Searched defs:bln (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c1359 const struct roff_node *bln; local
1364 bln = n->parent->parent;
1365 if (0 == bln->norm->Bl.comp ||
1367 NULL == bln->parent->prev))
1370 switch (bln->norm->Bl.type) {
1376 if (bln->norm->Bl.type == LIST_diag)
1385 print_width(&bln->norm->Bl, NULL);
1389 if (LIST_bullet == bln->norm->Bl.type)
1397 print_width(&bln->norm->Bl, NULL);
1400 print_count(&bln
1452 const struct roff_node *bln; local
[all...]

Completed in 47 milliseconds