Searched refs:sv_2pv (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | SvPV | 17 sv_2pv 57 # define sv_2pvbyte sv_2pv 88 /* Fix sv_2pv for Perl < 5.7.2 - view https://github.com/Dual-Life/Devel-PPPort/issues/231 */ 90 # ifdef sv_2pv 91 # undef sv_2pv 110 …ICAL_off(PL_Sv), (PL_Xpv = (XPV *)sv_2pv(PL_Sv, (lp) ? (lp) : &PL_na)), SvGMAGICAL_on(PL_Sv), (cha… 474 sv_2pv(sv) 480 str = sv_2pv(sv, &len); 561 is(&Devel::PPPort::sv_2pv(42), "42"); 562 is(&Devel::PPPort::sv_2pv(0.15), "0.15"); [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | mathoms.c | 188 return sv_2pv(sv, NULL); in Perl_sv_2pv_nolen() 323 return sv_2pv(sv, NULL); in Perl_sv_pv()
|
H A D | sv.h | 2222 #define sv_2pv(sv, lp) sv_2pv_flags(sv, lp, SV_GMAGIC) macro 2223 #define sv_2pv_nolen(sv) sv_2pv(sv, 0)
|
H A D | embed.fnc | 3256 AMbdp |char * |sv_2pv |NN SV *sv \
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Zlib.xs | 221 # ifdef sv_2pv 222 # undef sv_2pv 226 # define sv_2pv(sv, lp) ({ SV *_sv_2pv = (sv); SvPOKp(_sv_2pv) ? ((*(lp) = SvCUR(_sv_2pv)), SvPV… macro 228 # define sv_2pv(sv, lp) (SvPOKp(sv) ? ((*(lp) = SvCUR(sv)), SvPVX(sv)) : Perl_sv_2pv(aTHX_ (sv),… macro
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | sv | 187 # sv.c (sv_2pv)
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 14299 # define sv_2pvbyte sv_2pv 14357 …_sv)) ? ({ char *_pv; SvGMAGICAL_off(_sv); _pv = sv_2pv(_sv, _lp); SvGMAGICAL_on(_sv); _pv; }) : s… 14366 …ICAL_off(PL_Sv), (PL_Xpv = (XPV *)sv_2pv(PL_Sv, (lp) ? (lp) : &PL_na)), SvGMAGICAL_on(PL_Sv), (cha…
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5005000 | 633 sv_2pv # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl581delta.pod | 828 APIs obsoleted in Perl 5.8.0, like sv_2pv, sv_catpvn, sv_catsv,
|
H A D | perl5200delta.pod | 2481 sv_2pv, sv_2iv, sv_2uv, sv_2nv, is now non-NULL. Passing NULL now will crash.
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1795 CpMb |char* |sv_2pv |NN SV *sv|NULLOK STRLEN *lp
|