Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h83 TBL_DATA_HORIZ, /* _: connecting horizontal line. */ enumerator
H A Dtbl_term.c322 (sp->first != NULL && sp->first->pos == TBL_DATA_HORIZ) || in term_tbl()
404 dp->pos == TBL_DATA_HORIZ) ? 1 : 0; in term_tbl()
473 dp->pos == TBL_DATA_HORIZ) ? 1 : 0; in term_tbl()
518 sp->last->pos == TBL_DATA_HORIZ && in term_tbl()
736 case TBL_DATA_HORIZ: in tbl_data()
H A Dtbl_html.c249 dp->pos == TBL_DATA_HORIZ || in print_tbl()
H A Dtbl_data.c178 dat->pos = TBL_DATA_HORIZ; in getdata()
H A Dtree.c512 case TBL_DATA_HORIZ: in print_span()