Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dtbl_term.c110 TBL_SPAN_DHORIZ == sp->pos ? "+" : "|"); in term_tbl()
121 case (TBL_SPAN_DHORIZ): in term_tbl()
164 TBL_SPAN_DHORIZ == sp->pos ? "+" : " |"); in term_tbl()
225 if (TBL_SPAN_DHORIZ == sp->pos) in tbl_hrule()
H A Dtbl_data.c238 dp->pos = TBL_SPAN_DHORIZ; in tbl_data()
261 dp->pos = TBL_SPAN_DHORIZ; in tbl_data()
H A Dtbl_html.c112 case (TBL_SPAN_DHORIZ): in print_tbl()
H A Dmandoc.h260 TBL_SPAN_DHORIZ /* span is double horizontal line */ enumerator
H A Dtree.c319 case (TBL_SPAN_DHORIZ): in print_span()