Searched refs:Eptr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/sgs/error/common/ |
H A D | error.h | 185 typedef Edesc *Eptr; typedef 188 Eptr error_next; /* linked together */ 202 extern Eptr er_head; 203 extern Eptr *errors; 208 extern Eptr **files; /* array of pointers into errors */ 235 void eaterrors(int *r_errorc, Eptr **r_errorv); 238 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]); 240 void arrayify(int *e_length, Eptr **e_array, Eptr header); 242 void filenames(int nfiles, Eptr **files); 243 void findfiles(int nerrors, Eptr *errors, int *r_nfiles, Eptr ***r_files); [all …]
|
H A D | errortouch.c | 40 static void errorprint(FILE *place, Eptr errorp, boolean print_all); 41 static void text(Eptr p, boolean use_all); 44 static void diverterrors(char *name, int dest, Eptr **files, int ix, 46 static void hackfile(char *name, Eptr **files, int ix, int nerrors); 47 static int countfiles(Eptr *errors); 48 static int nopertain(Eptr **files); 50 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 D | errormain.c | 39 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 D | errorsubr.c | 39 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() 247 printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]) in printerrors() 250 Eptr errorp; in printerrors()
|
H A D | errorfilter.c | 159 discardit(Eptr errorp) in discardit()
|
H A D | errorinput.c | 67 eaterrors(int *r_errorc, Eptr **r_errorv) in eaterrors() 121 Eptr newerror; in erroradd()
|