Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc.c179 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_ptext()
181 n->parent->norm->Bl.type == LIST_column)) { in mdoc_ptext()
374 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
376 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
H A Dmdoc.h78 LIST_column, /* -column */ enumerator
H A Dmdoc_term.c611 (bl->norm->Bl.type != LIST_column && in print_bvspace()
653 case LIST_column: in termp_it_pre()
677 case LIST_column: in termp_it_pre()
808 case LIST_column: in termp_it_pre()
851 case LIST_column: in termp_it_pre()
908 case LIST_column: in termp_it_pre()
937 case LIST_column: in termp_it_post()
1138 if (n->tok != MDOC_Bl || n->norm->Bl.type != LIST_column) in termp_bl_post()
H A Dmdoc_markdown.c925 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
935 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1211 bln->norm->Bl.type != LIST_column) in md_pre_It()
1242 case LIST_column: in md_pre_It()
1300 case LIST_column: in md_post_It()
H A Dmdoc_state.c198 n->norm->Bl.type = LIST_column; in state_bl()
H A Dtag.c258 case LIST_column: in tag_move_id()
H A Dmdoc_validate.c691 lt = LIST_column; in post_bl_norm()
753 if (LIST_column == lt) { in post_bl_norm()
780 case LIST_column: in post_bl_norm()
1156 case LIST_column: in post_tg()
1735 case LIST_column: in post_it()
1795 n->norm->Bl.type != LIST_column) { in post_bl_block()
1840 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
H A Dmdoc_man.c1089 case LIST_column: in pre_bl()
1110 case LIST_column: in post_bl()
1565 case LIST_column: in post_it()
H A Dmdoc_argv.c432 if (n->norm->Bl.type == LIST_column) in mdoc_args()
H A Dmdoc_html.c796 case LIST_column: in mdoc_it_pre()
873 case LIST_column: in mdoc_bl_pre()
H A Dmdoc_macro.c1588 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()