Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/mandoc/
HDtbl.h83 TBL_DATA_HORIZ, /* _: connecting horizontal line. */ enumerator
HDtbl_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()
HDtbl_html.c249 dp->pos == TBL_DATA_HORIZ || in print_tbl()
HDtbl_data.c178 dat->pos = TBL_DATA_HORIZ; in getdata()
HDtree.c512 case TBL_DATA_HORIZ: in print_span()