Lines Matching defs:svp
522 SV ** svp = hv_fetchs(MUTABLE_HV(ver), "width", FALSE);
523 if(svp) {
524 const I32 width = SvIV(*svp);
529 SV ** svp = hv_fetchs(MUTABLE_HV(ver), "original", FALSE);
530 if(svp)
531 (void)hv_stores(MUTABLE_HV(hv), "original", newSVsv(*svp));
938 SV **svp;
947 && (svp = hv_fetchs(MUTABLE_HV(vs), "version", FALSE))
948 && (sv = SvRV(*svp))
1108 SV ** svp;
1116 svp = hv_fetchs(MUTABLE_HV(vs), "original", FALSE);
1117 if (svp) {
1119 pv = *svp;