Home
last modified time | relevance | path

Searched refs:cerror (Results 1 – 7 of 7) sorted by relevance

/trunk/main/rsc/source/rscpp/
H A Dcpp5.c260 cerror("misplaced constant in #if", NULLST); in eval()
264 cerror("#if value stack overflow", NULLST); in eval()
278 cerror("Illegal #if line", NULLST); in eval()
303 cerror("expression stack overflow at op \"%s\"", in eval()
416 cerror("Can't use a string in an #if", NULLST); in evallex()
430 cerror("Bad #if ... defined() syntax", NULLST); in evallex()
468 cerror("= not allowed in #if", NULLST); in evallex()
490 cerror("Unexpected \\ in #if", NULLST); in evallex()
549 cerror("#if sizeof, unknown type \"%s\"", token); in dosizeof()
583 cerror("#if sizeof() error, no type specified", NULLST); in dosizeof()
[all …]
H A Dcpp4.c221 cerror("Redefining defined variable \"%s\"", dp->name);
232 cerror("#define syntax error", NULLST);
298 cerror("Unterminated string in macro body", NULLST);
345 cerror("Illegal #undef argument", NULLST);
418 cerror("Recursive macro definition of \"%s\"", tokenp->name);
512 cerror("end of file within macro argument", NULLST);
H A Dcpp2.c222 else_seen_err: cerror("#%s may not follow #else", token); in control()
243 nest_err: cerror("#%s must be in an #if", token); in control()
254 cerror("Preprocessor assertion failure", NULLST); in control()
295 cerror("Illegal # command \"%s\"", token); in control()
353 badif: cerror("#if, #ifdef, or #ifndef without an argument", NULLST); in doif()
427 incerr: cerror("#include syntax error", NULLST); in doinclude()
H A Dcpp1.c291 cerror("Can't open output file \"%s\"", useargv[3]);
316 cerror("Can't open output file \"%s\"", useargv[2]);
329 cerror("Can't open input file \"%s\"", useargv[1]);
H A Dcpp6.c366 cerror("Unterminated string", NULLST); in scanstring()
903 cerror("EOF in comment", NULLST); in get()
1102 void cerror(char* format, char* sarg) in cerror() function
H A Dcpp.h403 void cerror( char *format, char *sarg);
H A Dcpp3.c355 cerror(

Completed in 129 milliseconds