Home
last modified time | relevance | path

Searched refs:NULLST (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/rsc/source/rscpp/
H A Dcpp6.c366 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 Dcpp4.c108 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 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()
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 Dcpp.h50 #define NULLST ((char *) NULL) /* Pointer to nowhere (linted) */ macro
H A Dcpp2.c254 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 Dcpp3.c201 cfatal("Too many include directories", NULLST); in AddInclude()
357 NULLST);

Completed in 47 milliseconds