Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc.c760 LIST_column == n->norm->Bl.type) { in mdoc_ptext()
769 LIST_column == n->parent->norm->Bl.type) { in mdoc_ptext()
936 LIST_column == n->norm->Bl.type) { in mdoc_pmacro()
952 LIST_column == n->parent->norm->Bl.type) { in mdoc_pmacro()
H A Dmdoc_term.c599 if (MDOC_Bl == bl->tok && LIST_column == bl->norm->Bl.type) in print_bvspace()
646 case (LIST_column): in termp_it_pre()
726 case (LIST_column): in termp_it_pre()
821 case (LIST_column): in termp_it_pre()
879 case (LIST_column): in termp_it_pre()
941 case (LIST_column): in termp_it_pre()
973 case (LIST_column): in termp_it_post()
H A Dmdoc.h266 LIST_column, /* -column */ enumerator
H A Dmdoc_html.c911 case(LIST_column): in mdoc_it_pre()
950 case(LIST_column): in mdoc_it_pre()
961 case (LIST_column): in mdoc_it_pre()
982 if (LIST_column == n->norm->Bl.type) in mdoc_bl_pre()
988 if (LIST_column != n->norm->Bl.type) in mdoc_bl_pre()
1054 case(LIST_column): in mdoc_bl_pre()
H A Dmdoc_validate.c659 lt = LIST_column; in pre_bl()
710 if (LIST_column == lt) { in pre_bl()
748 case (LIST_column): in pre_bl()
1322 case (LIST_column): in post_it()
1399 LIST_column != n->norm->Bl.type) { in post_bl_block()
1531 if (LIST_column != mdoc->last->norm->Bl.type) in post_bl_head()
H A Dmdoc_man.c922 case (LIST_column): in pre_bl()
941 case (LIST_column): in post_bl()
1357 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.c1819 if (NULL == n || LIST_column != n->norm->Bl.type) { in phrase_ta()