Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl_data.c110 if (cp->pos == TBL_CELL_DOWN || in getdata()
121 if (pdat->layout->pos != TBL_CELL_DOWN && in getdata()
188 dat->layout->pos == TBL_CELL_DOWN) && in getdata()
232 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata()
H A Dtbl.h43 TBL_CELL_DOWN, /* ^ */ enumerator
H A Dtbl_layout.c46 { '^', TBL_CELL_DOWN },
259 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell()
H A Dtbl_term.c606 cpn->pos != TBL_CELL_DOWN ? BRIGHT * hw : 0), 1); in tbl_hrule()
618 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()
667 (cpn->pos != TBL_CELL_DOWN && in tbl_hrule()
702 spn->layout->last->pos != TBL_CELL_DOWN ? in tbl_hrule()
753 case TBL_CELL_DOWN: in tbl_data()
H A Dtbl_html.c187 if (cp->pos == TBL_CELL_SPAN || cp->pos == TBL_CELL_DOWN || in print_tbl()
H A Dtree.c405 case TBL_CELL_DOWN: in print_cellt()
H A Dout.c431 case TBL_CELL_DOWN: in tblcalc_data()