Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_data.c198 if (tbl->last_span->pos == TBL_SPAN_DATA) { in tbl_data()
236 dp->pos = TBL_SPAN_DATA; in tbl_data()
H A Dmandoc.h281 TBL_SPAN_DATA, /* span consists of data */ enumerator
H A Dout.c129 if (TBL_SPAN_DATA != sp->pos) in tblcalc()
H A Dtbl_term.c130 if (sp->pos == TBL_SPAN_DATA) { in term_tbl()