Home | History | Annotate | Download | only in gp-display-html

Lines Matching refs:parse_errors

14176   my $parse_errors;   #-- Count the number of errors
14256 $parse_errors = 0;
14308 $parse_errors++;
14338 $parse_errors++;
14459 $parse_errors++;
14473 $parse_errors++;
14505 $parse_errors++;
14522 if ( ($parse_errors == 0) and ($parse_warnings == 0) )
14529 if ($parse_errors > 0)
14531 my $plural_or_single = ($parse_errors > 1) ? "errors" : "error";
14532 $msg = $g_error_keyword . "found $parse_errors fatal";
14568 return ($parse_errors);