Home | History | Annotate | Download | only in error

Lines Matching defs:errors

64 static Eptr *errors;
67 Eptr **files; /* array of pointers into errors*/
143 err(1, "Cannot open `%s' to read errors", argv[0]);
162 eaterrors(&nerrors, &errors);
164 printerrors(true, nerrors, errors);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
167 printerrors(false, nerrors, errors);
168 findfiles(nerrors, errors, &nfiles, &files);
172 P("%d Errors are unclassifiable.\n", nunknown);
174 P("%d Errors are classifiable, but totally "
177 P("%d Errors are synchronization errors.\n",
180 P("%d Errors are discarded because they refer to "
183 P("%d Errors are nulled because they refer to specific "
186 P("%d Errors are not specific to any file.\n",
189 P("%d Errors are specific to a given file, but not "
192 P("%d Errors are true errors, and can be inserted "
254 * 1) synchronization, non specific, discarded errors first;
255 * 2) nulled and true errors last