Home
last modified time | relevance | path

Searched refs:TBL_SPAN_DATA (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
Dtbl_data.c268 if (sp->pos == TBL_SPAN_DATA) in tbl_data()
313 sp->pos = TBL_SPAN_DATA; in tbl_data()
320 sp->pos = TBL_SPAN_DATA; in tbl_data()
Dtbl_term.c231 case TBL_SPAN_DATA: in term_tbl()
309 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
311 if (sp->next != NULL && sp->next->pos == TBL_SPAN_DATA && in term_tbl()
358 if (sp->pos == TBL_SPAN_DATA) in term_tbl()
496 if (sp->pos == TBL_SPAN_DATA && in term_tbl()
561 (sp->next == NULL || sp->next->pos == TBL_SPAN_DATA || in term_tbl()
589 if (spn->pos == TBL_SPAN_DATA) in tbl_hrule()
Dtbl.h104 TBL_SPAN_DATA, /* Contains data rather than a line. */ enumerator
Dtbl_html.c136 if (sp->pos != TBL_SPAN_DATA) in print_tbl()
Dout.c143 if (sp->pos != TBL_SPAN_DATA) in tblcalc()