Home
last modified time | relevance | path

Searched refs:any_gv (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dscope.c1154 a2.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
1198 a0.any_svp = &GvSV(a0.any_gv); in Perl_leave_scope()
1236 hv = GvSTASH(a0.any_gv); 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()
1244 || GvREFCNT(a0.any_gv) > 2) /* "> 2" to ignore savestack's ref */ in Perl_leave_scope()
1255 SvREFCNT_dec(GvAV(a0.any_gv)); in Perl_leave_scope()
1256 GvAV(a0.any_gv) = a1.any_av; in Perl_leave_scope()
1274 SvREFCNT_dec(GvHV(a0.any_gv)); in Perl_leave_scope()
1275 GvHV(a0.any_gv) = a1.any_hv; in Perl_leave_scope()
[all …]
Dperl.h4414 GV* any_gv; member