Searched refs:ROFF_IGN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/mdocml/
H A Droff.c549 return(ROFF_IGN);
609 if (ROFF_IGN == e)
629 assert(ROFF_IGN == e || ROFF_CONT == e);
744 return(ROFF_IGN);
763 return(ROFF_IGN);
771 return(ROFF_IGN);
795 return(ROFF_IGN);
807 return(ROFF_IGN);
812 return(ROFF_IGN);
820 return(ROFF_IGN);
[all...]
H A Dtbl.c56 return(tbl_option(tbl, ln, p) ? ROFF_IGN : ROFF_ERR);
58 return(tbl_layout(tbl, ln, p) ? ROFF_IGN : ROFF_ERR);
60 return(tbl_cdata(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);
69 return(tbl_data(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);
H A Dlibmandoc.h26 ROFF_IGN, /* ignore current line */ enumerator in enum:rofferr
H A Deqn.c323 return(ROFF_IGN);
369 return(ROFF_IGN);
376 return(EQN_EOF == c ? ROFF_EQN : ROFF_IGN);
H A Dread.c458 case (ROFF_IGN):

Completed in 116 milliseconds