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