Searched refs:SvPV_flags (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | SvPV | 139 __UNDEFINED__ SvPV_flags(sv, lp, flags) \ 190 __UNDEFINED__ SvPV_nomg(sv, lp) SvPV_flags(sv, lp, 0) 253 SvPV_flags(sv) 259 str = SvPV_flags(sv, len, SV_GMAGIC); 497 is(&Devel::PPPort::SvPV_flags($mhx), $i++); 521 $mhx = 42; is(&Devel::PPPort::SvPV_flags($mhx), 2);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5007002 | 101 SvPV_flags # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | doop.c | 798 SvPV_flags(sv, srclen, (svpv_flags|SV_GMAGIC)); in Perl_do_vecget() 813 s = (unsigned char *) SvPV_flags(sv, srclen, svpv_flags); in Perl_do_vecget()
|
H A D | sv.h | 1951 #define SvPV_flags(sv, len, flags) \ macro 1972 #define SvPV(sv, len) SvPV_flags(sv, len, SV_GMAGIC) 1979 #define SvPV_nomg(sv, len) SvPV_flags(sv, len, 0)
|
H A D | sv.c | 3651 s = (U8 *) SvPV_flags(sv, len, mg_flags); in Perl_sv_utf8_downgrade_flags() 7665 start = (U8*)SvPV_flags(sv, len, flags); 7940 s = (const U8*)SvPV_flags(sv, blen, flags);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 742 SvPV_flags # T
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 14387 #ifndef SvPV_flags 14388 # define SvPV_flags(sv, lp, flags) \ macro 14468 # define SvPV_nomg(sv, lp) SvPV_flags(sv, lp, 0)
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | Changes | 623 SvPV_flags
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 913 Amd|char *|SvPV_flags|SV * sv|STRLEN len|U32 flags
|