Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
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()
373 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) || in mdoc_pmacro()
375 n->parent->norm->Bl.type == LIST_column)) { in mdoc_pmacro()
H A Dmdoc.h78 LIST_column, /* -column */ enumerator
H A Dmdoc_term.c615 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
665 case LIST_column: in termp_it_pre()
689 case LIST_column: in termp_it_pre()
819 case LIST_column: in termp_it_pre()
862 case LIST_column: in termp_it_pre()
919 case LIST_column: in termp_it_pre()
948 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.c912 if (n->norm->Bl.type == LIST_column) in md_pre_Bl()
922 if (n->norm->Bl.type == LIST_column) in md_post_Bl()
1194 bln->norm->Bl.type != LIST_column) in md_pre_It()
1225 case LIST_column: in md_pre_It()
1283 case LIST_column: in md_post_It()
H A Dmdoc_state.c196 n->norm->Bl.type = LIST_column; in state_bl()
H A Dmdoc_validate.c682 lt = LIST_column; in post_bl_norm()
744 if (LIST_column == lt) { in post_bl_norm()
771 case LIST_column: in post_bl_norm()
1562 case LIST_column: in post_it()
1622 n->norm->Bl.type != LIST_column) { in post_bl_block()
1667 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
H A Dmdoc_man.c1068 case LIST_column: in pre_bl()
1089 case LIST_column: in post_bl()
1548 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.c805 case LIST_column: in mdoc_it_pre()
882 case LIST_column: in mdoc_bl_pre()
H A Dmdoc_macro.c1589 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()