Searched refs:SvPV_flags_mutable (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | SvPV | 137 __UNDEFINED__ SvPV_mutable(sv, lp) SvPV_flags_mutable(sv, lp, SV_GMAGIC) 153 __UNDEFINED__ SvPV_flags_mutable(sv, lp, flags) \ 288 SvPV_flags_mutable(sv) 294 str = SvPV_flags_mutable(sv, len, SV_GMAGIC); 501 is(&Devel::PPPort::SvPV_flags_mutable($mhx), $i++); 525 $mhx = 42; is(&Devel::PPPort::SvPV_flags_mutable($mhx), 2);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5009003 | 177 SvPV_flags_mutable # U
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | sv.h | 1962 #define SvPV_flags_mutable(sv, len, flags) \ macro 1974 #define SvPV_mutable(sv, len) SvPV_flags_mutable(sv, len, SV_GMAGIC)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5003007 | 744 SvPV_flags_mutable # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 14385 # define SvPV_mutable(sv, lp) SvPV_flags_mutable(sv, lp, SV_GMAGIC) 14404 #ifndef SvPV_flags_mutable 14405 # define SvPV_flags_mutable(sv, lp, flags) \ macro
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | Changes | 626 SvPV_flags_mutable
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 915 Amd|char *|SvPV_flags_mutable|SV * sv|STRLEN len|U32 flags
|