Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dtbl_data.c266 if (sp->pos == TBL_SPAN_DATA) in tbl_data()
311 sp->pos = TBL_SPAN_DATA; in tbl_data()
318 sp->pos = TBL_SPAN_DATA; in tbl_data()
H A Dtbl_term.c229 case TBL_SPAN_DATA: in term_tbl()
308 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
310 if (sp->next != NULL && sp->next->pos == TBL_SPAN_DATA && in term_tbl()
357 if (sp->pos == TBL_SPAN_DATA) in term_tbl()
495 if (sp->pos == TBL_SPAN_DATA && in term_tbl()
556 (sp->next == NULL || sp->next->pos == TBL_SPAN_DATA || in term_tbl()
584 if (spn->pos == TBL_SPAN_DATA) in tbl_hrule()
H A Dtbl.h103 TBL_SPAN_DATA, /* Contains data rather than a line. */ enumerator
H A Dtbl_html.c135 if (sp->pos != TBL_SPAN_DATA) in print_tbl()
H A Dout.c141 if (sp->pos != TBL_SPAN_DATA) in tblcalc()