Searched refs:errorNum (Results 1 – 1 of 1) sorted by relevance
622 int errorNum = errors.get(); in processAllFiles() local623 if (errorNum != 0) { in processAllFiles()624 context.err.println(errorNum + " error" + in processAllFiles()625 ((errorNum == 1) ? "" : "s") + "; aborting"); in processAllFiles()