Lines Matching defs:files
67 Eptr **files; /* array of pointers into errors*/
68 bool *touchedfiles; /* which files we touched */
74 bool query = false; /* query the operator if touch files */
78 static bool notouch = false; /* don't touch ANY files */
168 findfiles(nerrors, errors, &nfiles, &files);
181 "sacrosinct files.\n", ndiscard);
193 "into the files.\n", ntrue);
195 filenames(nfiles, files);
197 if (touchfiles(nfiles, files, &ed_argc, &ed_argv) && edit_files)
208 : "Do you still want to edit the files you touched? ")) {