Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_layout.c49 { '-', TBL_CELL_HORIZ },
50 { '_', TBL_CELL_HORIZ },
252 else if (rp->last->pos == TBL_CELL_HORIZ || in cell()
H A Dtbl_term.c33 #define IS_HORIZ(cp) ((cp)->pos == TBL_CELL_HORIZ || \
323 sp->layout->first->pos == TBL_CELL_HORIZ ? 1 : 0; in term_tbl()
361 case TBL_CELL_HORIZ: in term_tbl()
402 cp->pos == TBL_CELL_HORIZ) || in term_tbl()
471 cp->pos == TBL_CELL_HORIZ) || in term_tbl()
520 (sp->layout->last->pos == TBL_CELL_HORIZ && in term_tbl()
720 case TBL_CELL_HORIZ: in tbl_data()
H A Dtbl.h44 TBL_CELL_HORIZ, /* _, - */ enumerator
H A Dtbl_data.c188 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
307 if (cp->pos != TBL_CELL_HORIZ && in tbl_data()
H A Dtbl_html.c247 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl()
H A Dtree.c410 case TBL_CELL_HORIZ: in print_cellt()
H A Dout.c415 case TBL_CELL_HORIZ: in tblcalc_data()