Searched refs:SvPV_force_nomg (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5007002 | 2 SvPV_force_nomg # E
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | magic | 68 __UNDEFINED__ SvPV_force_nomg SvPV_force
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/ |
| D | Changes | 241 SvPV_force_nomg
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp.c | 3441 s = (U8*)SvPV_force_nomg(sv, slen); in PP() 3454 s1 = (U8*)SvPV_force_nomg(sv, slen); in PP() 3496 s = (U8*)SvPV_force_nomg(sv, slen); in PP() 3509 s1 = (U8*)SvPV_force_nomg(sv, slen); in PP() 3588 s = (U8*)SvPV_force_nomg(sv, len); in PP() 3692 s = (U8*)SvPV_force_nomg(sv, len); in PP()
|
| D | sv.h | 1079 #define SvPV_force_nomg(sv, lp) SvPV_force_flags(sv, lp, 0) macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | ppport.h | 4039 #ifndef SvPV_force_nomg 4040 # define SvPV_force_nomg SvPV_force macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/ |
| D | ppport.h | 4039 #ifndef SvPV_force_nomg 4040 # define SvPV_force_nomg SvPV_force macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | apidoc.fnc | 43 Am|char*|SvPV_force_nomg|SV* sv|STRLEN len
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 3744 =item SvPV_force_nomg 3745 X<SvPV_force_nomg> 3751 char* SvPV_force_nomg(SV* sv, STRLEN len) 4814 C<SvPV_force> and C<SvPV_force_nomg>
|
| D | perltoc.pod | 5354 X<SvPVx>, SvPV_force X<SvPV_force>, SvPV_force_nomg X<SvPV_force_nomg>,
|