Lines Matching defs:CC
98 const char *CC;
107 if ((CC = getenv("CC")) == NULL)
108 CC = DEFAULT_CC;
109 if ((pathname = findcc(CC)) == NULL)
111 pathname = findcc(CC);
113 err(EXIT_FAILURE, "%s: not found", CC);
117 args[0] = __UNCONST(CC);
252 case 'D': /* Process *.d files (don't run cc -M) */
256 case 'd': /* Process *.d files (don't run cc -M) */
290 /* Unknown arguments are passed to "${CC} -M" */