Searched refs:cierror (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/rsc/source/rscpp/ |
H A D | cpp5.c | 402 cierror("illegal character '%c' in #if", c); in evallex() 404 cierror("illegal character (%d decimal) in #if", c); in evallex() 596 cierror("#if ... sizeof: bug, unknown type code 0x%x", typecode); in dosizeof() 900 cierror("#if bug, operand = %d.", op); in evaleval()
|
H A D | cpp6.c | 310 cierror("Strange character '%c' after #", c); in catenate() 312 cierror("Strange character (%d.) after #", c); in catenate() 1111 void cierror(char* format, int narg) in cierror() function
|
H A D | cpp.h | 406 void cierror( char *format, int n);
|
H A D | cpp1.c | 374 cierror("Inside #ifdef block at end of input, depth = %d", i);
|
Completed in 33 milliseconds