Lines Matching refs:ERROR
88 error(ERROR, in process()
98 error(ERROR, "Unterminated #if/#ifdef/#ifndef"); in process()
134 error(ERROR, "Unidentifiable control line"); in control()
181 error(ERROR, "Syntax error in #undef"); in control()
220 error(ERROR, "#elif with no #if"); in control()
224 error(ERROR, "#elif after #else"); in control()
242 error(ERROR, "#else with no #if"); in control()
246 error(ERROR, "#else after #else"); in control()
248 error(ERROR, "Syntax error in #else"); in control()
256 error(ERROR, "#endif with no #if"); in control()
279 error(ERROR, "Syntax error in #line"); in control()
291 error(ERROR, "Bad syntax for control line"); in control()
314 error(ERROR, "Preprocessor control `%t' not yet implemented", tp); in control()