Searched refs:Perl_mg_copy (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | mg.c | 436 Perl_mg_copy(pTHX_ SV *sv, SV *nsv, const char *key, I32 klen) in Perl_mg_copy() function
|
H A D | embed.h | 350 # define mg_copy(a,b,c,d) Perl_mg_copy(aTHX_ a,b,c,d)
|
H A D | proto.h | 2433 Perl_mg_copy(pTHX_ SV *sv, SV *nsv, const char *key, I32 klen);
|