Home
last modified time | relevance | path

Searched refs:TBL_PART_CDATA (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl.c59 case (TBL_PART_CDATA): in tbl_read()
130 if (TBL_PART_CDATA == tbl->part) in tbl_restart()
171 if (TBL_PART_CDATA == tbl->part) in tbl_end()
H A Dlibroff.h26 TBL_PART_CDATA /* continue previous row */ enumerator
H A Dtbl_data.c104 tbl->part = TBL_PART_CDATA; in data()