Home
last modified time | relevance | path

Searched refs:TBL_CELL_SPAN (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dtbl_term.c258 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
294 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
355 cps->next->pos == TBL_CELL_SPAN) in term_tbl()
417 sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
659 if (cpp != NULL && cpp->pos == TBL_CELL_SPAN) in tbl_hrule()
661 if (cpn != NULL && cpn->pos == TBL_CELL_SPAN) in tbl_hrule()
754 case TBL_CELL_SPAN: in tbl_data()
H A Dtbl.h41 TBL_CELL_SPAN, /* s, S */ enumerator
H A Dtbl_data.c65 while (cp != NULL && cp->pos == TBL_CELL_SPAN) in getdata()
135 if (cp->pos == TBL_CELL_SPAN) in getdata()
H A Dtbl_layout.c44 { 's', TBL_CELL_SPAN },
253 if (c == TBL_CELL_SPAN) { in cell()
H A Dtbl_html.c187 if (cp->pos == TBL_CELL_SPAN || cp->pos == TBL_CELL_DOWN || in print_tbl()
H A Dtree.c402 case TBL_CELL_SPAN: in print_cellt()