Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_data.c205 dp->pos = TBL_SPAN_HORIZ; in tbl_data()
229 dp->pos = TBL_SPAN_HORIZ; in tbl_data()
H A Dtbl_html.c109 case TBL_SPAN_HORIZ: in print_tbl()
H A Dmandoc.h282 TBL_SPAN_HORIZ, /* span is horizontal line */ enumerator
H A Dtree.c340 case TBL_SPAN_HORIZ: in print_span()
H A Dtbl_term.c116 horiz = sp->pos == TBL_SPAN_HORIZ || sp->pos == TBL_SPAN_DHORIZ; in term_tbl()