Home
last modified time | relevance | path

Searched refs:svt_local (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dmg.h20 int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg); member
H A Dmg.c493 if ((mg->mg_flags & MGf_LOCAL) && vtbl->svt_local) in Perl_mg_localize()
494 (void)vtbl->svt_local(aTHX_ nsv, mg); in Perl_mg_localize()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl589delta.pod1559 A new entry has been added to the MAGIC vtable - C<svt_local>. This is used
H A Dperlguts.pod1450 int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg);
1469 svt_local copy magic to local value during 'local'