Lines Matching defs:sv
91 S_sv_derived_from_svpvn(pTHX_ SV *sv, SV *namesv, const char * name, const STRLEN len, U32 flags) in S_sv_derived_from_svpvn()
146 Perl_sv_derived_from_sv(pTHX_ SV *sv, SV *namesv, U32 flags) in Perl_sv_derived_from_sv()
161 Perl_sv_derived_from(pTHX_ SV *sv, const char *const name) in Perl_sv_derived_from()
178 Perl_sv_derived_from_pv(pTHX_ SV *sv, const char *const name, U32 flags) in Perl_sv_derived_from_pv()
185 Perl_sv_derived_from_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len, U32 flags) in Perl_sv_derived_from_pvn()
201 Perl_sv_derived_from_hv(pTHX_ SV *sv, HV *hv) in Perl_sv_derived_from_hv()
232 Perl_sv_isa_sv(pTHX_ SV *sv, SV *namesv) in Perl_sv_isa_sv()
289 Perl_sv_does_sv(pTHX_ SV *sv, SV *namesv, U32 flags) in Perl_sv_does_sv()
352 Perl_sv_does(pTHX_ SV *sv, const char *const name) in Perl_sv_does()
368 Perl_sv_does_pv(pTHX_ SV *sv, const char *const name, U32 flags) in Perl_sv_does_pv()
383 Perl_sv_does_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len, U32 flags) in Perl_sv_does_pvn()
446 SV * const sv = ST(0); in XS() local
490 SV *sv; in XS() local
546 SV * const sv = ST(0); in XS() local
561 SV * const sv = ST(0); in XS() local
578 SV * const sv = ST(0); in XS() local
607 SV * const sv = ST(0); in XS() local
624 SV * const sv = ST(0); in XS() local
692 SV * sv; in XS() local
726 SV * sv; in XS() local
752 SV * sv; in XS() local
807 SV * sv; in XS() local
1152 SV *sv = sv_newmortal(); in XS() local
1173 SV *sv = ST(0); in XS() local