Searched refs:any_svp (Results 1 – 2 of 2) sorted by relevance
1148 a2.any_svp = a0.any_svp; in Perl_leave_scope()1154 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()1158 SV * const sv = *a2.any_svp; in Perl_leave_scope()1159 *a2.any_svp = a1.any_sv; in Perl_leave_scope()1198 a0.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()1207 SV * const sv = *a0.any_svp; in Perl_leave_scope()1208 *a0.any_svp = a1.any_sv; in Perl_leave_scope()1239 || (*a1.any_svp && SvTYPE(*a1.any_svp) == SVt_PVCV) in Perl_leave_scope()1242 if ((char *)a1.any_svp < (char *)GvGP(a0.any_gv) in Perl_leave_scope()1243 || (char *)a1.any_svp > (char *)GvGP(a0.any_gv) + sizeof(struct gp) in Perl_leave_scope()[all …]
4413 SV** any_svp; member