Searched refs:PL_lex_expect (Results 1 – 5 of 5) sorted by relevance
314 #define PL_lex_expect (PERL_GET_INTERP->Ilex_expect) macro639 #define PL_lex_expect (vTHX->Ilex_expect) macro967 #define PL_Ilex_expect PL_lex_expect
364 #undef PL_lex_expect365 #define PL_lex_expect (*Perl_Ilex_expect_ptr(aTHX))
591 SAVEINT(PL_lex_expect); in Perl_lex_start()936 PL_lex_expect = PL_expect; in S_force_next()2439 PL_expect = PL_lex_expect;
11286 PL_lex_expect = proto_perl->Ilex_expect; in perl_clone_using()
7838 Log: longstanding typo in lexer: PL_lex_expect was not properly