Searched refs:PL_hintgv (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h156 SSPUSHPTR(GvHV(PL_hintgv)); \
157 GvHV(PL_hintgv) = newHVhv(GvHV(PL_hintgv)); \
H A Dscope.c1022 if ((PL_hints & HINT_LOCALIZE_HH) && GvHV(PL_hintgv)) {
1023 SvREFCNT_dec((SV*)GvHV(PL_hintgv));
1024 GvHV(PL_hintgv) = NULL;
1028 SvREFCNT_dec((SV*)GvHV(PL_hintgv));
1029 GvHV(PL_hintgv) = (HV*)SSPOPPTR;
H A Dperlapi.h287 #undef PL_hintgv
288 #define PL_hintgv (*Perl_Ihintgv_ptr(aTHX))
H A Dembedvar.h283 #define PL_hintgv (PERL_GET_INTERP->Ihintgv) macro
605 #define PL_hintgv (vTHX->Ihintgv) macro
930 #define PL_Ihintgv PL_hintgv
H A Dperl.c735 PL_hintgv = Nullgv;
3028 PL_hintgv = gv_fetchpv("\010",TRUE, SVt_PV); /* ^H */
3029 GvMULTI_on(PL_hintgv);
H A Dtoke.c6059 HV *table = GvHV(PL_hintgv); /* ^H */
H A Dop.c4969 HV *table = GvHV(PL_hintgv);
5718 HV *table = GvHV(PL_hintgv);
H A Dsv.c10826 PL_hintgv = gv_dup(proto_perl->Ihintgv, param);

Completed in 186 milliseconds