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);
177 P("%d Errors are synchronization errors.\n",
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