Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmdoc.c605 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) { in mdoc_ptext()
615 LIST_column == n->parent->norm->Bl.type) { in mdoc_ptext()
782 n->end == ENDBODY_NOT && n->norm->Bl.type == LIST_column) { in mdoc_pmacro()
797 LIST_column == n->parent->norm->Bl.type) { in mdoc_pmacro()
H A Dmdoc_term.c583 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
642 case LIST_column: in termp_it_pre()
668 case LIST_column: in termp_it_pre()
814 case LIST_column: in termp_it_pre()
873 case LIST_column: in termp_it_pre()
935 case LIST_column: in termp_it_pre()
965 case LIST_column: in termp_it_post()
H A Dmdoc.h267 LIST_column, /* -column */ enumerator
H A Dmdoc_html.c869 case LIST_column: in mdoc_it_pre()
908 case LIST_column: in mdoc_it_pre()
919 case LIST_column: in mdoc_it_pre()
939 if (LIST_column == n->norm->Bl.type) in mdoc_bl_pre()
945 if (LIST_column != n->norm->Bl.type) in mdoc_bl_pre()
1011 case LIST_column: in mdoc_bl_pre()
H A Dmdoc_validate.c472 lt = LIST_column; in pre_bl()
540 if (LIST_column == lt) { in pre_bl()
567 case LIST_column: in pre_bl()
1181 case LIST_column: in post_it()
1243 LIST_column != n->norm->Bl.type) { in post_bl_block()
1353 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
H A Dmdoc_man.c1006 case LIST_column: in pre_bl()
1027 case LIST_column: in post_bl()
1509 case LIST_column: in post_it()
H A Dmdoc_argv.c437 if (LIST_column == n->norm->Bl.type) { in mdoc_args()
H A Dmdoc_macro.c1461 if (n == NULL || n->norm->Bl.type != LIST_column) { in phrase_ta()