Lines Matching defs:hh
3976 * hh is the saved hints hash, if any.
3987 S_doeval_compile(pTHX_ U8 gimme, CV* outside, U32 seq, HV *hh)
4075 if (hh) {
4078 GvHV(PL_hintgv) = hh;
4079 FETCHFEATUREBITSHH(hh);
4081 const U32 wasflags = SvFLAGS(hh);
4082 SvMAGICAL_off(hh);
4085 /* hh is a new copy for us to use; we are permitted to delete keys */
4086 if((versv = hv_deletes(hh, "CORE/prevailing_version", 0)) && SvOK(versv)) {
4091 SvFLAGS(hh) = wasflags;