Searched refs:svt_local (Results 1 – 4 of 4) sorted by relevance
20 int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg); member
493 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()
1559 A new entry has been added to the MAGIC vtable - C<svt_local>. This is used
1450 int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg);1469 svt_local copy magic to local value during 'local'