Home | History | Annotate | Download | only in src

Lines Matching refs:error_count

104     ++error_count;							      \
106 static unsigned int error_count;
166 unsigned int prev_error_count = error_count;
184 if (prev_error_count == error_count && !be_quiet)
192 return error_count != 0;