Home
last modified time | relevance | path

Searched refs:Bl (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c1082 if (n->norm->Bl.offs) { in pre_bl()
1083 print_offs(n->norm->Bl.offs, 0); in pre_bl()
1087 switch (n->norm->Bl.type) { in pre_bl()
1089 n->norm->Bl.count = 0; in pre_bl()
1111 switch (n->norm->Bl.type) { in post_bl()
1117 n->norm->Bl.count = 0; in post_bl()
1123 if (n->norm->Bl.offs) { in post_bl()
1441 if (bln->norm->Bl.comp == 0 || in pre_it()
1446 switch (bln->norm->Bl.type) { in pre_it()
1534 switch (bln->norm->Bl.type) { in post_it()
[all …]
H A Dmdoc_validate.c697 if (n->norm->Bl.comp) in post_bl_norm()
700 n->norm->Bl.comp = 1; in post_bl_norm()
747 if (n->norm->Bl.width || in post_bl_norm()
748 n->norm->Bl.offs || in post_bl_norm()
749 n->norm->Bl.comp) in post_bl_norm()
754 n->norm->Bl.type = lt; in post_bl_norm()
776 switch (n->norm->Bl.type) { in post_bl_norm()
790 n->norm->Bl.width = NULL; in post_bl_norm()
796 n->norm->Bl.width = "2n"; in post_bl_norm()
800 n->norm->Bl.width = "3n"; in post_bl_norm()
[all …]
H A Dmdoc_markdown.c926 n->norm->Bl.count = 0; in md_pre_Bl()
927 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
936 n->norm->Bl.count = 0; in md_post_Bl()
937 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1212 if (bln->norm->Bl.comp == 0 && 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()
1260 switch (bln->norm->Bl.type) { in md_pre_It()
1288 switch (bln->norm->Bl.type) { in md_post_It()
[all …]
H A Dmdoc.c181 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
183 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext()
376 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
378 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
H A Dmdoc_term.c588 (bl->tok == MDOC_Bl && bl->norm->Bl.comp)) in print_bvspace()
603 nn->parent->parent->norm->Bl.type != LIST_item) in print_bvspace()
615 (bl->norm->Bl.type != LIST_column && in print_bvspace()
616 (bl->norm->Bl.type != LIST_diag || in print_bvspace()
640 type = bl->norm->Bl.type; in termp_it_pre()
672 if (bl->norm->Bl.offs != NULL) { in termp_it_pre()
673 offset = a2width(p, bl->norm->Bl.offs); in termp_it_pre()
694 ncols = bl->norm->Bl.ncols; in termp_it_pre()
707 term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
730 if (NULL == bl->norm->Bl.width) in termp_it_pre()
[all …]
H A Dmdoc_state.c196 n->norm->Bl.type = LIST_diag; in state_bl()
199 n->norm->Bl.type = LIST_column; in state_bl()
H A Dmdoc.h150 struct mdoc_bl Bl; member
H A Dtag.c213 switch (np->parent->parent->norm->Bl.type) { in tag_move_id()
H A Dmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
H A Dmdoc_macro.c1080 mdoc->last->parent->norm->Bl.type != LIST_diag; in blk_full()
1590 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()
H A Dmdoc_html.c736 type = bl->norm->Bl.type; in mdoc_it_pre()
821 bl = &n->norm->Bl; in mdoc_bl_pre()