Searched refs:ABORT_ON_ERRORS (Results 1 – 2 of 2) sorted by relevance
30 #ifndef ABORT_ON_ERRORS31 #define ABORT_ON_ERRORS 10 macro63 if (nerr > ABORT_ON_ERRORS - 1 && !r_opts.debug) { in inc_err()64 fprintf(stderr, "Exiting after %d errors.\n", ABORT_ON_ERRORS); in inc_err()
8 ABORT_ON_ERRORS=$(shell grep "^\#define ABORT_ON_ERRORS" setfiles.c | awk -S '{ print $$3 }') macro