Lines Matching refs:Eptr
74 static int countfiles(Eptr *);
75 static bool nopertain(Eptr **);
76 static void hackfile(const char *, Eptr **, int, int);
77 static bool preview(int, Eptr **, int);
79 static void diverterrors(const char *, int, Eptr **, int, bool, int);
84 static void text(Eptr, bool);
88 static void errorprint(FILE *, Eptr, bool);
111 findfiles(int my_nerrors, Eptr *my_errors, int *r_nfiles, Eptr ***r_files)
114 Eptr **my_files;
118 Eptr errorp;
122 my_files = Calloc(my_nfiles + 3, sizeof (Eptr*));
162 countfiles(Eptr *errors)
166 Eptr errorp;
199 filenames(int my_nfiles, Eptr **my_files)
238 nopertain(Eptr **my_files)
242 Eptr *erpp;
243 Eptr errorp;
271 touchfiles(int my_nfiles, Eptr **my_files, int *r_edargc, char ***r_edargv)
274 Eptr errorp;
276 Eptr *erpp;
328 hackfile(const char *name, Eptr **my_files, int ix, int my_nerrors)
358 preview(int my_nerrors, Eptr **my_files, int ix)
361 Eptr *erpp;
436 diverterrors(const char *name, int dest, Eptr **my_files, int ix,
440 Eptr *erpp;
441 Eptr errorp;
532 Eptr p;
618 text(Eptr p, bool use_all)
774 errorprint(FILE *place, Eptr errorp, bool print_all)