Home
last modified time | relevance | path

Searched defs:sv1 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Duniversal.c623 SV * const sv1 = ST(1); XS() local
678 SV *sv1 = ST(1); XS() local
H A Dsv.h2234 #define sv_eq(sv1, sv2) sv_eq_flags(sv1, sv2, SV_GMAGIC) argument
2235 #define sv_cmp(sv1, sv2) sv_cmp_flags(sv1, sv2, SV_GMAGIC) argument
2236 #define sv_cmp_locale(sv1, sv2) sv_cmp_locale_flags(sv1, sv2, SV_GMAGIC) argument
2237 #define sv_numeq(sv1, sv2) sv_numeq_flags(sv1, sv2, SV_GMAGIC) argument
2238 #define sv_streq(sv1, sv2) sv_streq_flags(sv1, sv argument
[all...]
H A Dsv.c8025 Perl_sv_eq_flags(pTHX_ SV * sv1,SV * sv2,const U32 flags) global() argument
8096 Perl_sv_streq_flags(pTHX_ SV * sv1,SV * sv2,const U32 flags) global() argument
8144 Perl_sv_numeq_flags(pTHX_ SV * sv1,SV * sv2,const U32 flags) global() argument
8191 Perl_sv_cmp(pTHX_ SV * const sv1,SV * const sv2) global() argument
8197 Perl_sv_cmp_flags(pTHX_ SV * const sv1,SV * const sv2,const U32 flags) global() argument
8419 Perl_sv_cmp_locale(pTHX_ SV * const sv1,SV * const sv2) global() argument
8425 Perl_sv_cmp_locale_flags(pTHX_ SV * const sv1,SV * const sv2,const U32 flags) global() argument
[all...]
H A Dmathoms.c765 Perl_sv_eq(pTHX_ SV *sv1, SV *sv2) in Perl_sv_eq()
/openbsd-src/sys/dev/pci/
H A Dif_nep.c946 uint64_t sv0, sv1, sv2; in nep_intr() local
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c420 SV *sv1 = NULL; win32_get_xlib() local
[all...]