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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h427 #undef PL_nullstash
428 #define PL_nullstash (*Perl_Inullstash_ptr(aTHX))
H A Dembedvar.h353 #define PL_nullstash (PERL_GET_INTERP->Inullstash) macro
675 #define PL_nullstash (vTHX->Inullstash) macro
1000 #define PL_Inullstash PL_nullstash
H A Dperl.c3042 PL_nullstash = GvHV(gv_fetchpv("<none>::", GV_ADDMULTI, SVt_PVHV));
H A Dsv.c10918 PL_nullstash = hv_dup(proto_perl->Inullstash, param);

Completed in 54 milliseconds