Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl_html.c99 sp->pos == TBL_SPAN_HORIZ ? "solid" : NULL); in html_tblopen()
165 case TBL_SPAN_HORIZ: in print_tbl()
H A Dtbl.h104 TBL_SPAN_HORIZ, /* _: horizontal line. */ enumerator
H A Dtbl_term.c224 case TBL_SPAN_HORIZ: in term_tbl()
320 sp->pos == TBL_SPAN_HORIZ || in term_tbl()
515 sp->pos == TBL_SPAN_HORIZ || in term_tbl()
H A Dtbl_data.c284 sp->pos = TBL_SPAN_HORIZ; in tbl_data()
H A Dtree.c454 case TBL_SPAN_HORIZ: in print_span()