Home
last modified time | relevance | path

Searched refs:TBL_CELL_HORIZ (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/mandoc/
Dtbl_layout.c47 { '-', TBL_CELL_HORIZ },
48 { '_', TBL_CELL_HORIZ },
256 else if (rp->last->pos == TBL_CELL_HORIZ || in cell()
Dtbl_term.c31 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \
322 sp->layout->first->pos == TBL_CELL_HORIZ ? 1 : 0; in term_tbl()
360 case TBL_CELL_HORIZ: in term_tbl()
401 cp->pos == TBL_CELL_HORIZ) || in term_tbl()
470 cp->pos == TBL_CELL_HORIZ) || in term_tbl()
519 (sp->layout->last->pos == TBL_CELL_HORIZ && in term_tbl()
715 case TBL_CELL_HORIZ: in tbl_data()
Dtbl.h44 TBL_CELL_HORIZ, /* _, - */ enumerator
Dtbl_data.c186 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
305 if (cp->pos != TBL_CELL_HORIZ && in tbl_data()
Dtbl_html.c246 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl()
Dtree.c408 case TBL_CELL_HORIZ: in print_cellt()
Dout.c418 case TBL_CELL_HORIZ: in tblcalc_data()