Searched refs:PL_globalstash (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h277 #undef PL_globalstash
278 #define PL_globalstash (*Perl_Iglobalstash_ptr(aTHX))
H A Dembedvar.h278 #define PL_globalstash (PERL_GET_INTERP->Iglobalstash) macro
600 #define PL_globalstash (vTHX->Iglobalstash) macro
925 #define PL_Iglobalstash PL_globalstash
H A Dtoke.c3863 (gvp = (GV**)hv_fetch(PL_globalstash,PL_tokenbuf,len,FALSE)) &&
6804 ((gvp = (GV**)hv_fetch(PL_globalstash, "readline", 8, FALSE))
H A Dperl.c3041 PL_globalstash = GvHV(gv_fetchpv("CORE::GLOBAL::", GV_ADDMULTI, SVt_PVHV));
H A Dsv.c10920 PL_globalstash = hv_dup(proto_perl->Iglobalstash, param);

Completed in 78 milliseconds