Searched refs:errCnt (Results 1 – 2 of 2) sorted by relevance
4194 int errCnt = 0; /* Number of errors seen */ in process_input() local4198 while( errCnt==0 || !bail_on_error || (in==0 && stdin_is_interactive) ){ in process_input()4221 errCnt++; in process_input()4273 errCnt++; in process_input()4288 errCnt++; in process_input()4293 return errCnt>0; in process_input()
4216 int errCnt = 0; /* Number of errors seen */ in process_input() local4220 while( errCnt==0 || !bail_on_error || (in==0 && stdin_is_interactive) ){ in process_input()4243 errCnt++; in process_input()4295 errCnt++; in process_input()4310 errCnt++; in process_input()4315 return errCnt>0; in process_input()