Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtbl.h83 TBL_DATA_HORIZ, /* _: connecting horizontal line. */ enumerator
H A Dtbl_term.c326 (sp->first != NULL && sp->first->pos == TBL_DATA_HORIZ) || in term_tbl()
408 dp->pos == TBL_DATA_HORIZ) ? 1 : 0; in term_tbl()
477 dp->pos == TBL_DATA_HORIZ) ? 1 : 0; in term_tbl()
522 sp->last->pos == TBL_DATA_HORIZ && in term_tbl()
736 case TBL_DATA_HORIZ: in tbl_data()
H A Dtbl_html.c253 dp->pos == TBL_DATA_HORIZ || in print_tbl()
H A Dtbl_data.c178 dat->pos = TBL_DATA_HORIZ; in getdata()
H A Dtree.c515 case TBL_DATA_HORIZ: in print_span()