Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl.c79 case TBL_PART_CDATA: in tbl_read()
139 if (tbl->part == TBL_PART_CDATA) in tbl_restart()
170 if (tbl->part == TBL_PART_CDATA) in tbl_end()
H A Dlibroff.h23 TBL_PART_CDATA /* continue previous row */ enumerator
H A Dtbl_data.c94 tbl->part = TBL_PART_CDATA; in getdata()