Home
last modified time | relevance | path

Searched refs:any_svp (Results 1 – 9 of 9) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.c932 a2.any_svp = a0.any_svp; in Perl_leave_scope()
938 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
942 SV * const sv = *a2.any_svp; in Perl_leave_scope()
943 *a2.any_svp = a1.any_sv; in Perl_leave_scope()
994 SV * const sv = *a0.any_svp; in Perl_leave_scope()
995 *a0.any_svp = a1.any_sv; in Perl_leave_scope()
1008 || (*a1.any_svp && SvTYPE(*a1.any_svp) == SVt_PVCV) in Perl_leave_scope()
1017 a0.any_svp = a1.any_svp; in Perl_leave_scope()
1108 *a1.any_svp= a0.any_sv; in Perl_leave_scope()
1335 a2.any_svp = svp; in Perl_leave_scope()
[all …]
H A Dperl.h3963 SV** any_svp; member
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.c932 a2.any_svp = a0.any_svp; in Perl_leave_scope()
938 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
942 SV * const sv = *a2.any_svp; in Perl_leave_scope()
943 *a2.any_svp = a1.any_sv; in Perl_leave_scope()
990 SV * const sv = *a0.any_svp; in Perl_leave_scope()
991 *a0.any_svp = a1.any_sv; in Perl_leave_scope()
1004 || (*a1.any_svp && SvTYPE(*a1.any_svp) == SVt_PVCV) in Perl_leave_scope()
1013 a0.any_svp = a1.any_svp; in Perl_leave_scope()
1104 *a1.any_svp= a0.any_sv; in Perl_leave_scope()
1331 a2.any_svp = svp; in Perl_leave_scope()
[all …]
H A Dperl.h3958 SV** any_svp; member
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.c909 a2.any_svp = a0.any_svp; in Perl_leave_scope()
915 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
919 SV * const sv = *a2.any_svp; in Perl_leave_scope()
920 *a2.any_svp = a1.any_sv; in Perl_leave_scope()
963 a0.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
971 SV * const sv = *a0.any_svp; in Perl_leave_scope()
972 *a0.any_svp = a1.any_sv; in Perl_leave_scope()
985 || (*a1.any_svp && SvTYPE(*a1.any_svp) == SVt_PVCV) in Perl_leave_scope()
994 a0.any_svp = a1.any_svp; in Perl_leave_scope()
1080 *a1.any_svp= a0.any_sv; in Perl_leave_scope()
[all …]
H A Dperl.h3575 SV** any_svp; member
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.c915 a2.any_svp = a0.any_svp; in Perl_leave_scope()
921 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
925 SV * const sv = *a2.any_svp; in Perl_leave_scope()
926 *a2.any_svp = a1.any_sv; in Perl_leave_scope()
969 a0.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
977 SV * const sv = *a0.any_svp; in Perl_leave_scope()
978 *a0.any_svp = a1.any_sv; in Perl_leave_scope()
991 || (*a1.any_svp && SvTYPE(*a1.any_svp) == SVt_PVCV) in Perl_leave_scope()
1000 a0.any_svp = a1.any_svp; in Perl_leave_scope()
1086 *a1.any_svp= a0.any_sv; in Perl_leave_scope()
[all …]
H A Dperl.h3800 SV** any_svp; member
/dports/devel/p5-Object-Pad/Object-Pad-0.58/hax/
H A Ddumpers.c.inc292 fprintf(stderr, " svp=%p", ap->any_svp); break;