Home
last modified time | relevance | path

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

/AOO41X/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()
283 cerror("Operator %s in incorrect context", opname[op]); in eval()
303 cerror("expression stack overflow at op \"%s\"", in eval()
346 cerror("unbalanced paren's, op is \"%s\"", opname[op]); in eval()
358 cerror("Misplaced '?' or ':', previous operator is %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()
[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.c359 cerror(