Lines Matching refs:parse_errors
12747 my $parse_errors; #-- Count the number of errors
12819 $parse_errors = 0;
12871 $parse_errors++;
12900 $parse_errors++;
13012 $parse_errors++;
13024 $parse_errors++;
13055 $parse_errors++;
13070 if ( ($parse_errors == 0) and ($parse_warnings == 0) )
13076 if ($parse_errors > 0)
13078 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";
13079 …$message = $g_error_keyword . "found $parse_errors fatal $plural_or_single in the configuration fi…
13109 return ($parse_errors);