Searched defs:CPP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcpp.c28 #define CPP 1 macro
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c81 #define CPP -2 /* cpp line, restart parsing */ macro
103 /* printf's when we see a CPP line */
181 if (c == CPP)
223 case CPP:
275 return (CPP);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile36 CPP= /usr/lib/cpp macro
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c90 static char *CPP = SUNOS_CPP; variable
292 /* make sure that a CPP exists */
298 if (stat(CPP, &buf) < 0) { /* SVR4 or explicit cpp does not exist */
301 "cannot find C preprocessor: %s \n", CPP);
304 CPP = SUNOS_CPP;
305 if (stat(CPP, &buf) < 0) { /* can't find any cpp */
327 putarg(0, CPP);
1178 CPP = pathbuf;

Completed in 63 milliseconds