Home
last modified time | relevance | path

Searched refs:Eptr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/error/
H A Dtouch.c74 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) in findfiles()
114 Eptr **my_files; in findfiles()
118 Eptr errorp; in findfiles()
[all …]
H A Derror.h167 typedef Edesc *Eptr; typedef
170 Eptr error_next; /* linked together */
185 extern Eptr er_head;
195 extern Eptr **files; /* array of pointers into errors */
261 void arrayify(int *, Eptr **, Eptr);
264 Errorclass discardit(Eptr);
265 void eaterrors(int *, Eptr **);
267 void filenames(int, Eptr **);
268 void findfiles(int, Eptr *, int *, Eptr ***);
277 void printerrors(bool, int, Eptr []);
[all …]
H A Dmain.c63 Eptr er_head;
64 static Eptr *errors;
67 Eptr **files; /* array of pointers into errors*/
165 qsort(errors, nerrors, sizeof(Eptr), errorsort); in main()
247 const Eptr *epp1 = x1; in errorsort()
248 const Eptr *epp2 = x2; in errorsort()
249 Eptr ep1, ep2; in errorsort()
H A Dsubr.c51 arrayify(int *e_length, Eptr **e_array, Eptr header) in arrayify()
53 Eptr errorp; in arrayify()
54 Eptr *array; in arrayify()
61 array = Calloc(listlength+1, sizeof (Eptr)); in arrayify()
273 printerrors(bool look_at_subclass, int errorc, Eptr errorv[]) in printerrors()
276 Eptr errorp; in printerrors()
H A Dinput.c70 eaterrors(int *r_errorc, Eptr **r_errorv) in eaterrors()
123 Eptr newerror; in erroradd()
H A Dfilter.c167 discardit(Eptr errorp) in discardit()