Home
last modified time | relevance | path

Searched refs:touchedfiles (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c65 boolean *touchedfiles; variable
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()
H A Derror.h205 extern boolean *touchedfiles; /* which files we touched */