Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_data.c228 if (tbl->last_span->pos == TBL_SPAN_DATA) { in tbl_data()
265 dp->pos = TBL_SPAN_DATA; in tbl_data()
H A Dout.c159 if (TBL_SPAN_DATA != sp->pos) in tblcalc()
H A Dmandoc.h258 TBL_SPAN_DATA, /* span consists of data */ enumerator
H A Dtbl_term.c124 case (TBL_SPAN_DATA): in term_tbl()