Searched defs:sv2 (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | sv.c | 3233 SV *sv2 = sv_newmortal(); Perl_sv_2pvbyte_flags() local 3268 SV *sv2 = sv_newmortal(); Perl_sv_2pvutf8_flags() local 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 | 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, sv2, SV_GMAGI 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/ext/XS-APItest/ |
H A D | APItest.xs | 4561 sv_catpvn(SV * sv,SV * sv2) sv_catpvn() argument [all...] |
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 421 SV *sv2 = NULL; win32_get_xlib() local
|