Lines Matching refs:errcnt
105 static int errcnt; variable
108 #define ERR_RESET errcnt = 0
109 #define ERROR(p, e) if (errcnt < ERRMAX) \
111 errs[errcnt].arg = (p); \
112 errs[errcnt++].errnum = (e); \
213 if (errcnt == 0) in err_string()
219 qsort((char *)errs, errcnt, sizeof(struct errs), err_compar); in err_string()
226 while (cnt < errcnt) in err_string()
327 return(errcnt); in error_count()
341 printf("%d error%s:\n\n", errcnt, errcnt == 1 ? "" : "s"); in show_errors()
342 while (cnt++ < errcnt) in show_errors()