Searched refs:touchedfiles (Results 1 – 2 of 2) sorted by relevance
81 touchedfiles = Calloc(nfiles+3, sizeof (boolean)); in findfiles()98 touchedfiles[0] = touchedfiles[1] = FALSE; in findfiles()106 touchedfiles[fi] = FALSE; in findfiles()259 scribbled |= touchedfiles[fi]; in touchfiles()290 touchedfiles[ix] = TRUE; in hackfile()488 if (!touchedfiles[fi]) in execvarg()
209 boolean *touchedfiles; /* which files we touched */ variable