Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/mdocml/
HDtbl_html.c131 case TBL_SPAN_DHORIZ: in print_tbl()
HDmandoc.h319 TBL_SPAN_DHORIZ /* span is double horizontal line */ enumerator
HDtbl_data.c211 sp->pos = TBL_SPAN_DHORIZ; in tbl_data()
HDtbl_term.c141 case TBL_SPAN_DHORIZ: in term_tbl()
465 line = (kind < 2 && TBL_SPAN_DHORIZ == sp->pos) ? '=' : '-'; in tbl_hrule()
HDtree.c373 case TBL_SPAN_DHORIZ: in print_span()