Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c3233 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 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, sv2, SV_GMAGI 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/ext/XS-APItest/
H A DAPItest.xs4561 sv_catpvn(SV * sv,SV * sv2) sv_catpvn() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c421 SV *sv2 = NULL; win32_get_xlib() local