Lines Matching refs:NULLST
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()
565 cerror("#if ... sizeof: illegal type combination", NULLST); in dosizeof()
583 cerror("#if sizeof() error, no type specified", NULLST); in dosizeof()
601 cerror("#if ... sizeof() syntax error", NULLST); in dosizeof()