Searched refs:haderror (Results 1 – 1 of 1) sorted by relevance
632 int haderror = 0; in process() local652 haderror |= printf("ERROR: %s%c", magic_error(ms), c); in process()654 haderror |= printf("%s%c", type, c) < 0; in process()657 haderror |= fflush(stdout) != 0; in process()658 return haderror || type == NULL; in process()