Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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()
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.c620 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
670 case LIST_column: in termp_it_pre()
694 case LIST_column: in termp_it_pre()
824 case LIST_column: in termp_it_pre()
867 case LIST_column: in termp_it_pre()
924 case LIST_column: in termp_it_pre()
953 case LIST_column: in termp_it_post()
1143 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()
1559 case LIST_column: in post_it()
1619 n->norm->Bl.type != LIST_column) { in post_bl_block()
1664 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()