Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
HDtbl_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()
HDtbl_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()
HDtbl.h104 TBL_SPAN_DATA, /* Contains data rather than a line. */ enumerator
HDtbl_html.c136 if (sp->pos != TBL_SPAN_DATA) in print_tbl()
HDout.c143 if (sp->pos != TBL_SPAN_DATA) in tblcalc()