Searched refs:TBL_DATA_DATA (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dtbl.h83 TBL_DATA_DATA, /* Contains data rather than a line. */ enumerator in enum:tbl_datt
97 char *string; /* Data, or NULL if not TBL_DATA_DATA. */
H A Dtbl_data.c167 dat->pos = TBL_DATA_DATA;
172 dat->pos == TBL_DATA_DATA && *dat->string != '\0')
201 dat->pos = TBL_DATA_DATA;

Completed in 102 milliseconds