Searched refs:cleanedImakefile (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/imake/dist/
H A Dimake.c324 const char *cleanedImakefile = NULL; variable in typeref:typename:const char *
424 cleanedImakefile = CleanCppInput(Imakefile);
425 cppit(cleanedImakefile, Template, ImakefileC, tmpfd, tmpMakefile);
454 if (cleanedImakefile && cleanedImakefile != Imakefile)
455 unlink(cleanedImakefile);

Completed in 3 milliseconds