Searched refs:PL_nexttype (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h413 #undef PL_nexttype
414 #define PL_nexttype (*Perl_Inexttype_ptr(aTHX))
H A Dembedvar.h346 #define PL_nexttype (PERL_GET_INTERP->Inexttype) macro
668 #define PL_nexttype (vTHX->Inexttype) macro
993 #define PL_Inexttype PL_nexttype
H A Dtoke.c413 SAVEI32(PL_nexttype[toke]);
738 PL_nexttype[PL_nexttoke] = type;
2230 (IV)PL_nexttype[PL_nexttoke]); });
2232 return(PL_nexttype[PL_nexttoke]);
H A Dsv.c11049 Copy(proto_perl->Inexttype, PL_nexttype, 5, I32);

Completed in 1383 milliseconds