Searched defs:sv1 (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | universal.c | 623 SV * const sv1 = ST(1); XS() local 678 SV *sv1 = ST(1); XS() local
|
H A D | sv.h | 2234 #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 D | sv.c | 8025 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 D | mathoms.c | 765 Perl_sv_eq(pTHX_ SV *sv1, SV *sv2) in Perl_sv_eq()
|
/openbsd-src/sys/dev/pci/ |
H A D | if_nep.c | 946 uint64_t sv0, sv1, sv2; in nep_intr() local
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 420 SV *sv1 = NULL; win32_get_xlib() local [all...] |