Home
last modified time | relevance | path

Searched refs:sub_error_count (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dparser.h63 U8 sub_error_count; /* the number of errors before sublexing */ member
H A Dtoke.c2558 PL_parser->sub_error_count = PL_error_count; in S_sublex_start()
2738 if (PL_parser->sub_error_count != PL_error_count) { in S_sublex_done()
9457 PL_parser->sub_error_count = PL_error_count; in yyl_try()
9917 if (PL_parser->sub_error_count != PL_error_count) { in S_pending_ident()