Home
last modified time | relevance | path

Searched refs:TBL_SPAN_HORIZ (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c100 sp->pos == TBL_SPAN_HORIZ ? "solid" : NULL); in html_tblopen()
166 case TBL_SPAN_HORIZ: in print_tbl()
H A Dtbl.h105 TBL_SPAN_HORIZ, /* _: horizontal line. */ enumerator
H A Dtbl_term.c226 case TBL_SPAN_HORIZ: in term_tbl()
321 sp->pos == TBL_SPAN_HORIZ || in term_tbl()
516 sp->pos == TBL_SPAN_HORIZ || in term_tbl()
H A Dtbl_data.c286 sp->pos = TBL_SPAN_HORIZ; in tbl_data()
H A Dtree.c456 case TBL_SPAN_HORIZ: in print_span()