Home
last modified time | relevance | path

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

/freebsd-head/contrib/mandoc/
HDtbl_term.c263 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
299 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
360 cps->next->pos == TBL_CELL_SPAN) in term_tbl()
422 sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
664 if (cpp != NULL && cpp->pos == TBL_CELL_SPAN) in tbl_hrule()
666 if (cpn != NULL && cpn->pos == TBL_CELL_SPAN) in tbl_hrule()
759 case TBL_CELL_SPAN: in tbl_data()
HDtbl.h41 TBL_CELL_SPAN, /* s, S */ enumerator
HDtbl_data.c67 while (cp != NULL && cp->pos == TBL_CELL_SPAN) in getdata()
137 if (cp->pos == TBL_CELL_SPAN) in getdata()
HDtbl_layout.c46 { 's', TBL_CELL_SPAN },
249 if (c == TBL_CELL_SPAN) { in cell()
HDtbl_html.c192 if (cp->pos == TBL_CELL_SPAN || cp->pos == TBL_CELL_DOWN || in print_tbl()
HDtree.c404 case TBL_CELL_SPAN: in print_cellt()