Symbol: Eptr
usr.bin/error/error.h
170
Eptr error_next; /* linked together */
usr.bin/error/error.h
185
extern Eptr er_head;
usr.bin/error/error.h
195
extern Eptr **files; /* array of pointers into errors */
usr.bin/error/error.h
261
void arrayify(int *, Eptr **, Eptr);
usr.bin/error/error.h
264
Errorclass discardit(Eptr);
usr.bin/error/error.h
265
void eaterrors(int *, Eptr **);
usr.bin/error/error.h
267
void filenames(int, Eptr **);
usr.bin/error/error.h
268
void findfiles(int, Eptr *, int *, Eptr ***);
usr.bin/error/error.h
277
void printerrors(bool, int, Eptr []);
usr.bin/error/error.h
281
bool touchfiles(int, Eptr **, int *, char ***);
usr.bin/error/filter.c
167
discardit(Eptr errorp)
usr.bin/error/input.c
123
Eptr newerror;
usr.bin/error/input.c
70
eaterrors(int *r_errorc, Eptr **r_errorv)
usr.bin/error/main.c
165
qsort(errors, nerrors, sizeof(Eptr), errorsort);
usr.bin/error/main.c
247
const Eptr *epp1 = x1;
usr.bin/error/main.c
248
const Eptr *epp2 = x2;
usr.bin/error/main.c
249
Eptr ep1, ep2;
usr.bin/error/main.c
63
Eptr er_head;
usr.bin/error/main.c
64
static Eptr *errors;
usr.bin/error/main.c
67
Eptr **files; /* array of pointers into errors*/
usr.bin/error/subr.c
273
printerrors(bool look_at_subclass, int errorc, Eptr errorv[])
usr.bin/error/subr.c
276
Eptr errorp;
usr.bin/error/subr.c
51
arrayify(int *e_length, Eptr **e_array, Eptr header)
usr.bin/error/subr.c
53
Eptr errorp;
usr.bin/error/subr.c
54
Eptr *array;
usr.bin/error/subr.c
61
array = Calloc(listlength+1, sizeof (Eptr));
usr.bin/error/touch.c
111
findfiles(int my_nerrors, Eptr *my_errors, int *r_nfiles, Eptr ***r_files)
usr.bin/error/touch.c
114
Eptr **my_files;
usr.bin/error/touch.c
118
Eptr errorp;
usr.bin/error/touch.c
122
my_files = Calloc(my_nfiles + 3, sizeof (Eptr*));
usr.bin/error/touch.c
162
countfiles(Eptr *errors)
usr.bin/error/touch.c
166
Eptr errorp;
usr.bin/error/touch.c
199
filenames(int my_nfiles, Eptr **my_files)
usr.bin/error/touch.c
238
nopertain(Eptr **my_files)
usr.bin/error/touch.c
242
Eptr *erpp;
usr.bin/error/touch.c
243
Eptr errorp;
usr.bin/error/touch.c
271
touchfiles(int my_nfiles, Eptr **my_files, int *r_edargc, char ***r_edargv)
usr.bin/error/touch.c
274
Eptr errorp;
usr.bin/error/touch.c
276
Eptr *erpp;
usr.bin/error/touch.c
328
hackfile(const char *name, Eptr **my_files, int ix, int my_nerrors)
usr.bin/error/touch.c
358
preview(int my_nerrors, Eptr **my_files, int ix)
usr.bin/error/touch.c
361
Eptr *erpp;
usr.bin/error/touch.c
436
diverterrors(const char *name, int dest, Eptr **my_files, int ix,
usr.bin/error/touch.c
440
Eptr *erpp;
usr.bin/error/touch.c
441
Eptr errorp;
usr.bin/error/touch.c
532
Eptr p;
usr.bin/error/touch.c
618
text(Eptr p, bool use_all)
usr.bin/error/touch.c
74
static int countfiles(Eptr *);
usr.bin/error/touch.c
75
static bool nopertain(Eptr **);
usr.bin/error/touch.c
76
static void hackfile(const char *, Eptr **, int, int);
usr.bin/error/touch.c
77
static bool preview(int, Eptr **, int);
usr.bin/error/touch.c
774
errorprint(FILE *place, Eptr errorp, bool print_all)
usr.bin/error/touch.c
79
static void diverterrors(const char *, int, Eptr **, int, bool, int);
usr.bin/error/touch.c
84
static void text(Eptr, bool);
usr.bin/error/touch.c
88
static void errorprint(FILE *, Eptr, bool);