Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c663 dup = n->norm->Bl.comp; in pre_bl()
670 dup = (NULL != n->norm->Bl.width); in pre_bl()
679 dup = (NULL != n->norm->Bl.offs); in pre_bl()
694 n->norm->Bl.comp = comp; in pre_bl()
696 n->norm->Bl.offs = offs; in pre_bl()
698 n->norm->Bl.width = width; in pre_bl()
702 if (LIST__NONE != lt && n->norm->Bl.type != LIST__NONE) in pre_bl()
707 if (LIST__NONE != lt && n->norm->Bl.type == LIST__NONE) { in pre_bl()
708 n->norm->Bl.type = lt; in pre_bl()
711 n->norm->Bl.ncols = in pre_bl()
[all …]
H A Dmdoc_man.c913 if (n->norm->Bl.offs) { in pre_bl()
914 print_offs(n->norm->Bl.offs); in pre_bl()
918 switch (n->norm->Bl.type) { in pre_bl()
920 n->norm->Bl.count = 0; in pre_bl()
929 for (icol = 0; icol < n->norm->Bl.ncols; icol++) in pre_bl()
940 switch (n->norm->Bl.type) { in post_bl()
945 n->norm->Bl.count = 0; in post_bl()
951 if (n->norm->Bl.offs) { in post_bl()
1225 if (0 == bln->norm->Bl.comp || in pre_it()
1230 switch (bln->norm->Bl.type) { in pre_it()
[all …]
H A Dmdoc_html.c874 type = bl->norm->Bl.type; in mdoc_it_pre()
902 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
927 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
941 if (NULL == bl->norm->Bl.width) { in mdoc_it_pre()
945 a2width(bl->norm->Bl.width, &su); in mdoc_it_pre()
951 SCALE_VS_INIT(&su, ! bl->norm->Bl.comp); in mdoc_it_pre()
982 if (LIST_column == n->norm->Bl.type) in mdoc_bl_pre()
988 if (LIST_column != n->norm->Bl.type) in mdoc_bl_pre()
998 for (i = 0; i < (int)n->norm->Bl.ncols; i++) { in mdoc_bl_pre()
1000 a2width(n->norm->Bl.cols[i], &su); in mdoc_bl_pre()
[all …]
H A Dmdoc_term.c580 if (MDOC_Bl == bl->tok && bl->norm->Bl.comp) in print_bvspace()
599 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
605 if (MDOC_Bl == bl->tok && LIST_diag == bl->norm->Bl.type) in print_bvspace()
632 type = bl->norm->Bl.type; in termp_it_pre()
642 if (bl->norm->Bl.offs) in termp_it_pre()
643 offset = a2offs(p, bl->norm->Bl.offs); in termp_it_pre()
659 ncols = bl->norm->Bl.ncols; in termp_it_pre()
674 (p, bl->norm->Bl.cols[i]); in termp_it_pre()
689 width = a2width(p, bl->norm->Bl.cols[i]) + dcol; in termp_it_pre()
692 if (NULL == bl->norm->Bl.width) in termp_it_pre()
[all …]
H A Dmdoc.c760 LIST_column == n->norm->Bl.type) { in mdoc_ptext()
769 LIST_column == n->parent->norm->Bl.type) { in mdoc_ptext()
936 LIST_column == n->norm->Bl.type) { in mdoc_pmacro()
952 LIST_column == n->parent->norm->Bl.type) { in mdoc_pmacro()
H A Dmdoc.h338 struct mdoc_bl Bl; member
H A Dmdoc_argv.c437 if (LIST_column == n->norm->Bl.type) { in mdoc_args()
H A Dmdoc_macro.c1090 LIST_diag == mdoc->last->parent->norm->Bl.type; in blk_full()
1819 if (NULL == n || LIST_column != n->norm->Bl.type) { in phrase_ta()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog450 add missing .El against .Bl.