Lines Matching defs:svp
738 SV **svp;739 for (svp = AvARRAY(sv) + AvFILLp(sv)740 ; svp >= AvARRAY(sv)741 ; --svp)742 if (*svp) SvPADTMP_on(*svp);814 SV * const *svp;815 for (svp = MARK + 2; svp <= SP; svp += 2) {816 SV * const * const varp = svp;817 SV * const * const valp = svp + 1;