HomeSort by: relevance | last modified time | path
    Searched refs:Eptr (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/error/
error.h 167 typedef Edesc *Eptr;
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 ***)
    [all...]
touch.c 74 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)
114 Eptr **my_files
    [all...]
main.c 63 Eptr er_head;
64 static Eptr *errors;
67 Eptr **files; /* array of pointers into errors*/
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
247 const Eptr *epp1 = x1;
248 const Eptr *epp2 = x2;
249 Eptr ep1, ep2;
subr.c 51 arrayify(int *e_length, Eptr **e_array, Eptr header)
53 Eptr errorp;
54 Eptr *array;
61 array = Calloc(listlength+1, sizeof (Eptr));
273 printerrors(bool look_at_subclass, int errorc, Eptr errorv[])
276 Eptr errorp;
filter.c 167 discardit(Eptr errorp)
input.c 70 eaterrors(int *r_errorc, Eptr **r_errorv)
123 Eptr newerror;

Completed in 34 milliseconds