Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl_html.c98 sp->pos == TBL_SPAN_DHORIZ ? "double" : in html_tblopen()
162 case TBL_SPAN_DHORIZ: in print_tbl()
H A Dtbl.h105 TBL_SPAN_DHORIZ /* =: double horizontal line. */ enumerator
H A Dtbl_term.c225 case TBL_SPAN_DHORIZ: in term_tbl()
317 rhori = sp->pos == TBL_SPAN_DHORIZ || in term_tbl()
509 lhori = sp->pos == TBL_SPAN_DHORIZ || in term_tbl()
593 sp->pos == TBL_SPAN_DHORIZ ? 2 : 1; in tbl_hrule()
H A Dtbl_data.c288 sp->pos = TBL_SPAN_DHORIZ; in tbl_data()
H A Dtree.c458 case TBL_SPAN_DHORIZ: in print_span()