Home
last modified time | relevance | path

Searched refs:Perl_sv_isa (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dembed.h692 # define sv_isa(a,b) Perl_sv_isa(aTHX_ a,b)
H A Dproto.h4596 Perl_sv_isa(pTHX_ SV *sv, const char * const name);
H A Dsv.c10636 Perl_sv_isa(pTHX_ SV *sv, const char *const name) function