Eptr
Eptr error_next; /* linked together */
extern Eptr er_head;
extern Eptr *errors;
extern Eptr **files; /* array of pointers into errors */
void eaterrors(int *r_errorc, Eptr **r_errorv);
void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
void arrayify(int *e_length, Eptr **e_array, Eptr header);
void filenames(int nfiles, Eptr **files);
void findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files);
boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
Errorclass discardit(Eptr errorp);
discardit(Eptr errorp)
Eptr newerror;
eaterrors(int *r_errorc, Eptr **r_errorv)
qsort(errors, nerrors, sizeof (Eptr), errorsort);
Eptr *epp1 = (Eptr *)arg1;
Eptr *epp2 = (Eptr *)arg2;
Eptr ep1, ep2;
Eptr er_head;
Eptr *errors;
Eptr **files; /* array of pointers into errors */
printerrors(boolean look_at_subclass, int errorc, Eptr errorv[])
Eptr errorp;
arrayify(int *e_length, Eptr **e_array, Eptr header)
Eptr errorp;
Eptr *array;
array = Calloc(listlength+1, sizeof (Eptr));
array[listindex] = (Eptr)0;
countfiles(Eptr *errors)
Eptr errorp;
filenames(int nfiles, Eptr **files)
nopertain(Eptr **files)
Eptr *erpp;
Eptr errorp;
touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv)
Eptr errorp;
Eptr *erpp;
hackfile(char *name, Eptr **files, int ix, int nerrors)
preview(int nerrors, Eptr **files, int ix)
Eptr *erpp;
diverterrors(char *name, int dest, Eptr **files, int ix,
Eptr *erpp;
Eptr errorp;
static void errorprint(FILE *place, Eptr errorp, boolean print_all);
static void text(Eptr p, boolean use_all);
static void diverterrors(char *name, int dest, Eptr **files, int ix,
static void hackfile(char *name, Eptr **files, int ix, int nerrors);
static int countfiles(Eptr *errors);
static int nopertain(Eptr **files);
Eptr p;
static boolean preview(int nerrors, Eptr **files, int ix);
text(Eptr p, boolean use_all)
findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files)
Eptr **files;
errorprint(FILE *place, Eptr errorp, boolean print_all)
Eptr errorp;
files = Calloc(nfiles + 3, sizeof (Eptr*));