Lines Matching refs:tmpsv
5688 SV *tmpsv; variable
5701 tmpsv = POPs;
5704 if (hv_exists_ent(hv, tmpsv, 0))
5709 if (av_exists(MUTABLE_AV(hv), SvIV(tmpsv)))
7668 SV *tmpsv; variable
7671 tmpsv = newSV_type(SVt_NULL);
7672 sv_setsv(tmpsv, val);
7673 av_store((AV*)targ, i++, tmpsv);
7703 SV *tmpsv; variable
7716 tmpsv = newSV_type(SVt_NULL);
7717 sv_setsv(tmpsv, val);
7718 hv_store_ent((HV*)targ, key, tmpsv, 0);