H A D | errortouch.c | 44 static void diverterrors(char *name, int dest, Eptr **files, int ix, 46 static void hackfile(char *name, Eptr **files, int ix, int nerrors); 48 static int nopertain(Eptr **files); 50 static boolean preview(int nerrors, Eptr **files, int ix); 71 Eptr **files; in findfiles() local 80 files = Calloc(nfiles + 3, sizeof (Eptr*)); in findfiles() 88 files[0] = &errors[0]; in findfiles() 97 files[1] = &errors[ei]; in findfiles() 107 files[fi] = &errors[ei]; in findfiles() 112 files[f in findfiles() 153 filenames(int nfiles,Eptr ** files) filenames() argument 189 nopertain(Eptr ** files) nopertain() argument 221 touchfiles(int nfiles,Eptr ** files,int * r_edargc,char *** r_edargv) touchfiles() argument 276 hackfile(char * name,Eptr ** files,int ix,int nerrors) hackfile() argument 306 preview(int nerrors,Eptr ** files,int ix) preview() argument 382 diverterrors(char * name,int dest,Eptr ** files,int ix,boolean previewed,int nterrors) diverterrors() argument [all...] |