Home
last modified time | relevance | path

Searched refs:PL_lex_expect (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dembedvar.h314 #define PL_lex_expect (PERL_GET_INTERP->Ilex_expect) macro
639 #define PL_lex_expect (vTHX->Ilex_expect) macro
967 #define PL_Ilex_expect PL_lex_expect
Dperlapi.h364 #undef PL_lex_expect
365 #define PL_lex_expect (*Perl_Ilex_expect_ptr(aTHX))
Dtoke.c591 SAVEINT(PL_lex_expect); in Perl_lex_start()
936 PL_lex_expect = PL_expect; in S_force_next()
2439 PL_expect = PL_lex_expect;
Dsv.c11286 PL_lex_expect = proto_perl->Ilex_expect; in perl_clone_using()
DChanges5.67838 Log: longstanding typo in lexer: PL_lex_expect was not properly