Home
last modified time | relevance | path

Searched refs:SvPV_flags_mutable (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
DSvPV137 __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/
D5009003177 SvPV_flags_mutable # U
/openbsd/src/gnu/usr.bin/perl/
Dsv.h1962 #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/
D5003007744 SvPV_flags_mutable # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h14385 # 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/
DChanges626 SvPV_flags_mutable
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc915 Amd|char *|SvPV_flags_mutable|SV * sv|STRLEN len|U32 flags