Searched refs:NULLST (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp5.c | 260 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() 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() 544 for (tp = basic_types; tp->name != NULLST; tp++) { in dosizeof() 548 if (tp->name == NULLST) { in dosizeof() 583 cerror("#if sizeof() error, no type specified", NULLST); in dosizeof() [all …]
|
H A D | cpp4.c | 108 cfatal("Too many arguments for macro", NULLST); 232 cerror("#define syntax error", NULLST); 298 cerror("Unterminated string in macro body", NULLST); 345 cerror("Illegal #undef argument", NULLST); 365 cfatal("Macro work area overflow", NULLST); 378 cfatal("Macro work area overflow", NULLST); 508 cfatal("Too many arguments in macro expansion", NULLST); 512 cerror("end of file within macro argument", NULLST);
|
H A D | cpp2.c | 254 cerror("Preprocessor assertion failure", NULLST); in control() 308 cwarn("Unexpected text in #control line ignored", NULLST); in control() 353 badif: cerror("#if, #ifdef, or #ifndef without an argument", NULLST); in doif() 427 incerr: cerror("#include syntax error", NULLST); in doinclude() 482 cfatal("Filename work buffer overflow", NULLST); in openinclude() 527 if (vmsparse(source, NULLST, result) in hasdirectory() 583 if (defstring != NULLST) 607 if (defstring != NULLST) {
|
H A D | cpp6.c | 366 cerror("Unterminated string", NULLST); in scanstring() 499 cwarn("Illegal digit in octal number", NULLST); in scannumber() 559 cfatal("Out of memory", NULLST); in getmem() 903 cerror("EOF in comment", NULLST); in get() 910 cwarn("Nested comments", NULLST); in get() 1020 cfatal("Too much pushback", NULLST); in unget()
|
H A D | cpp3.c | 205 cfatal("Too many include directories", NULLST); in AddInclude() 361 NULLST);
|
H A D | cpp.h | 50 #define NULLST ((char *) NULL) /* Pointer to nowhere (linted) */ macro
|
Completed in 57 milliseconds