Lines Matching defs:keysv
1701 SV *keysv = POPs;
1706 U32 hash = (SvFAKE(keysv) && SvREADONLY(keysv)) ? SvUVX(keysv) : 0;
1726 ) ? hv_exists_ent(hv, keysv, 0) : 1;
1729 he = hv_fetch_ent(hv, keysv, lval && !defer, hash);
1735 svp = avhv_fetch_ent((AV*)hv, keysv, lval && !defer, hash);
1746 DIE(aTHX_ PL_no_helem, SvPV(keysv, n_a));
1751 sv_magic(lv, key2 = newSVsv(keysv), PERL_MAGIC_defelem, Nullch, 0);
1764 char *key = SvPV(keysv, keylen);
1767 save_helem(hv, keysv, svp);