Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h181 typedef Edesc *Eptr; typedef
184 Eptr error_next; /* linked together */
198 extern Eptr er_head;
199 extern Eptr *errors;
204 extern Eptr **files; /* array of pointers into errors */
231 void eaterrors(int *r_errorc, Eptr **r_errorv);
234 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
236 void arrayify(int *e_length, Eptr **e_array, Eptr header);
238 void filenames(int nfiles, Eptr **files);
239 void findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files);
[all …]
H A Derrortouch.c39 static void errorprint(FILE *place, Eptr errorp, boolean print_all);
40 static void text(Eptr p, boolean use_all);
43 static void diverterrors(char *name, int dest, Eptr **files, int ix,
45 static void hackfile(char *name, Eptr **files, int ix, int nerrors);
46 static int countfiles(Eptr *errors);
47 static int nopertain(Eptr **files);
49 static boolean preview(int nerrors, Eptr **files, int ix);
68 findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files) in findfiles()
71 Eptr **files; in findfiles()
76 Eptr errorp; in findfiles()
[all …]
H A Derrormain.c39 Eptr er_head;
40 Eptr *errors;
43 Eptr **files; /* array of pointers into errors */
197 qsort(errors, nerrors, sizeof (Eptr), errorsort); in main()
286 Eptr *epp1 = (Eptr *)arg1; in errorsort()
287 Eptr *epp2 = (Eptr *)arg2; in errorsort()
288 Eptr ep1, ep2; in errorsort()
H A Derrorsubr.c39 arrayify(int *e_length, Eptr **e_array, Eptr header) in arrayify()
41 Eptr errorp; in arrayify()
42 Eptr *array; in arrayify()
49 array = Calloc(listlength+1, sizeof (Eptr)); in arrayify()
56 array[listindex] = (Eptr)0; in arrayify()
250 printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]) in printerrors()
253 Eptr errorp; in printerrors()
H A Derrorinput.c62 eaterrors(int *r_errorc, Eptr **r_errorv) in eaterrors()
116 Eptr newerror; in erroradd()
H A Derrorfilter.c157 discardit(Eptr errorp) in discardit()