Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dgv.c3436 Perl_amagic_applies(pTHX_ SV *sv, int method, int flags) in Perl_amagic_applies() function
H A Dembed.h865 # define amagic_applies(a,b,c) Perl_amagic_applies(aTHX_ a,b,c)
H A Dproto.h187 Perl_amagic_applies(pTHX_ SV *sv, int method, int flags);
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1741 if(Perl_amagic_applies(aTHX_ sv, method, flags))