Lines Matching refs:parse_errors
14060 my $parse_errors; #-- Count the number of errors
14140 $parse_errors = 0;
14192 $parse_errors++;
14222 $parse_errors++;
14343 $parse_errors++;
14357 $parse_errors++;
14389 $parse_errors++;
14406 if ( ($parse_errors == 0) and ($parse_warnings == 0) )
14413 if ($parse_errors > 0)
14415 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";
14416 $msg = $g_error_keyword . "found $parse_errors fatal";
14452 return ($parse_errors);