Home
last modified time | relevance | path

Searched refs:bln (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c1204 struct roff_node *bln; in md_pre_It() local
1211 bln = n->parent->parent; in md_pre_It()
1212 if (bln->norm->Bl.comp == 0 && in md_pre_It()
1217 switch (bln->norm->Bl.type) { in md_pre_It()
1240 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()
1281 struct roff_node *bln; in md_post_It() local
1287 bln = n->parent->parent; in md_post_It()
1288 switch (bln->norm->Bl.type) { in md_post_It()
[all …]
H A Dmdoc_man.c1435 const struct roff_node *bln; in pre_it() local
1440 bln = n->parent->parent; in pre_it()
1441 if (bln->norm->Bl.comp == 0 || in pre_it()
1446 switch (bln->norm->Bl.type) { in pre_it()
1461 print_width(&bln->norm->Bl, NULL); in pre_it()
1473 print_width(&bln->norm->Bl, NULL); in pre_it()
1476 print_count(&bln->norm->Bl.count); in pre_it()
1528 const struct roff_node *bln; in post_it() local
1530 bln = n->parent->parent; in post_it()
1534 switch (bln->norm->Bl.type) { in post_it()
[all …]