Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
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.h78 LIST_column, /* -column */ enumerator
H A Dmdoc_term.c615 (bl->norm->Bl.type != LIST_column && in print_bvspace()
657 case LIST_column: in termp_it_pre()
681 case LIST_column: in termp_it_pre()
811 case LIST_column: in termp_it_pre()
854 case LIST_column: in termp_it_pre()
911 case LIST_column: in termp_it_pre()
940 case LIST_column: in termp_it_post()
1141 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()
H A Dmdoc_markdown.c927 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
937 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1213 bln->norm->Bl.type != LIST_column) in md_pre_It()
1244 case LIST_column: in md_pre_It()
1302 case LIST_column: in md_post_It()
H A Dmdoc_state.c199 n->norm->Bl.type = LIST_column; in state_bl()
H A Dtag.c214 case LIST_column: in tag_move_id()
H A Dmdoc_validate.c693 lt = LIST_column; in post_bl_norm()
755 if (LIST_column == lt) { in post_bl_norm()
782 case LIST_column: in post_bl_norm()
1170 case LIST_column: in post_tg()
1749 case LIST_column: in post_it()
1809 n->norm->Bl.type != LIST_column) { in post_bl_block()
1854 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
H A Dmdoc_man.c1091 case LIST_column: in pre_bl()
1112 case LIST_column: in post_bl()
1567 case LIST_column: in post_it()
H A Dmdoc_argv.c434 if (n->norm->Bl.type == LIST_column) in mdoc_args()
H A Dmdoc_html.c785 case LIST_column: in mdoc_it_pre()
862 case LIST_column: in mdoc_bl_pre()
H A Dmdoc_macro.c1590 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()