Searched refs:PL_nexttype (Results 1 – 4 of 4) sorted by relevance
413 #undef PL_nexttype414 #define PL_nexttype (*Perl_Inexttype_ptr(aTHX))
346 #define PL_nexttype (PERL_GET_INTERP->Inexttype) macro668 #define PL_nexttype (vTHX->Inexttype) macro993 #define PL_Inexttype PL_nexttype
413 SAVEI32(PL_nexttype[toke]); in Perl_lex_start()738 PL_nexttype[PL_nexttoke] = type; in S_force_next()2230 (IV)PL_nexttype[PL_nexttoke]); });2232 return(PL_nexttype[PL_nexttoke]);
11049 Copy(proto_perl->Inexttype, PL_nexttype, 5, I32); in perl_clone_using()