HomeSort by: relevance | last modified time | path
    Searched refs:touchedfiles (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/error/
touch.c 123 touchedfiles = Calloc(my_nfiles+3, sizeof(touchedfiles[0]));
140 touchedfiles[0] = false;
141 touchedfiles[1] = false;
150 touchedfiles[fi] = false;
311 scribbled |= touchedfiles[fi];
342 touchedfiles[ix] = true;
546 if (!touchedfiles[fi])
main.c 68 bool *touchedfiles; /* which files we touched */ variable in typeref:typename:bool *
error.h 196 extern bool *touchedfiles; /* which files we touched */

Completed in 57 milliseconds