Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_data.c112 if (cp->pos == TBL_CELL_DOWN || in getdata()
123 if (pdat->layout->pos != TBL_CELL_DOWN && in getdata()
190 dat->layout->pos == TBL_CELL_DOWN) && in getdata()
234 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata()
H A Dtbl.h43 TBL_CELL_DOWN, /* ^ */ enumerator
H A Dtbl_layout.c48 { '^', TBL_CELL_DOWN },
255 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell()
H A Dtbl_term.c611 cpn->pos != TBL_CELL_DOWN ? BRIGHT * hw : 0), 1); in tbl_hrule()
623 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()
672 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()
707 spn->layout->last->pos != TBL_CELL_DOWN ? in tbl_hrule()
758 case TBL_CELL_DOWN: in tbl_data()
H A Dtbl_html.c188 if (cp->pos == TBL_CELL_SPAN || cp->pos == TBL_CELL_DOWN || in print_tbl()
H A Dtree.c407 case TBL_CELL_DOWN: in print_cellt()
H A Dout.c428 case TBL_CELL_DOWN: in tblcalc_data()