Searched refs:ROFF_TBL (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/mdocml/
H A Dlibmandoc.h27 ROFF_TBL, /* a table row was successfully parsed */ enumerator in enum:rofferr
H A Dtbl.c60 return(tbl_cdata(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);
69 return(tbl_data(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);
H A Dread.c503 * If libroff returns ROFF_TBL, then add it to the
512 if (ROFF_TBL == rr)

Completed in 77 milliseconds