Lines Matching defs:svp

287         SV **svp = AvARRAY(av);
292 SV* const sv = *svp ? *svp : &PL_sv_undef;
296 svp++;
347 SV **svp;
351 svp = AvARRAY(retval);
354 *++svp = SvIsCOW_shared_hash(val)
439 SV **svp;
445 svp = AvARRAY(isa)+1;
446 while (ovp < oend) *svp++ = SvREFCNT_inc(*ovp++);
455 SV *const *svp = AvARRAY(isa);
456 SV *const *const svp_end = svp + count;
464 while (svp < svp_end) {
465 (void) hv_store_ent(isa_hash, *svp++, &PL_sv_undef, 0);
511 SV** svp;
542 svp = hv_fetchhek(PL_isarev, stashhek, 0);
543 isarev = svp ? MUTABLE_HV(*svp) : NULL;
623 svp = AvARRAY(linear_mro) + 1;
630 SV* const sv = *svp++;
671 svp = AvARRAY(linear_mro) + 1;
675 SV* const sv = *svp++;
718 SV **svp;
722 svp = hv_fetchhek(PL_isarev, key, 0);
723 if(svp) {
724 HV * const isarev = (HV *)*svp;
790 SV **svp;
793 !(svp = hv_fetchhek(GvSTASH(gv), GvNAME_HEK(gv), 0)) ||
794 *svp != (SV *)gv
912 SV **svp = NULL;
964 svp = AvARRAY((AV *)namesv);
968 svp = &namesv;
971 const U32 name_utf8 = SvUTF8(*svp);
973 const char *name = SvPVx_const(*svp, len);
976 SVfARG(*svp)));
977 (void)hv_delete_ent(PL_stashcache, *svp, G_DISCARD, 0);
994 isarev = (HV *)hv_delete_ent(PL_isarev, *svp, 0, 0);
999 ++svp;
1007 svp = AvARRAY((AV *)namesv);
1011 svp = &namesv;
1014 const U32 name_utf8 = SvUTF8(*svp);
1016 const char *name = SvPVx_const(*svp++, len);
1082 svp = hv_fetchhek(PL_isarev, hvename, 0);
1083 if (svp) isarev = MUTABLE_HV(*svp);
1087 svp = AvARRAY((AV *)namesv);
1091 svp = &namesv;
1101 HE * const he = hv_fetch_ent(PL_isarev, *svp++, 0, 0);
1177 svp = AvARRAY((AV *)namesv);
1180 aname = newSVsv(*svp++);
1260 svp = AvARRAY((AV *)namesv);
1263 aname = newSVsv(*svp++);
1341 SV ** const svp = hv_fetchhek(PL_isarev, HvENAME_HEK_NN(stash), 0);
1342 HV * const isarev = svp ? MUTABLE_HV(*svp) : NULL;