Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c99 sp->pos == TBL_SPAN_DHORIZ ? "double" : in html_tblopen()
163 case TBL_SPAN_DHORIZ: in print_tbl()
H A Dtbl.h106 TBL_SPAN_DHORIZ /* =: double horizontal line. */ enumerator
H A Dtbl_term.c227 case TBL_SPAN_DHORIZ: in term_tbl()
318 rhori = sp->pos == TBL_SPAN_DHORIZ || in term_tbl()
510 lhori = sp->pos == TBL_SPAN_DHORIZ || in term_tbl()
598 sp->pos == TBL_SPAN_DHORIZ ? 2 : 1; in tbl_hrule()
H A Dtbl_data.c290 sp->pos = TBL_SPAN_DHORIZ; in tbl_data()
H A Dtree.c460 case TBL_SPAN_DHORIZ: in print_span()