Home
last modified time | relevance | path

Searched refs:SvPVX_mutable (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
DSv_set141 __UNDEFINED__ SvPVX_mutable(sv) (0 + SvPVX(sv))
150 __UNDEFINED__ SvPVX_mutable(sv) ((sv)->sv_u.svu_pv)
200 RETVAL = strEQ(SvPVX_mutable(sv), "mhx") ? 44 : -1;
DSvPV155 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) : \
174 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) \
/openbsd/src/gnu/usr.bin/perl/
Dsv.h1343 # define SvPVX(sv) SvPVX_mutable(sv)
1448 # define SvPVX_mutable(sv) ((char *)((sv)->sv_u.svu_pv)) macro
1453 # define SvPVX_mutable(sv) ((sv)->sv_u.svu_pv) macro
1598 SvPV_set(sv, SvPVX_mutable(sv) - zok); \
2509 (SvLEN(sv) < (len) ? sv_grow(sv,len) : SvPVX_mutable(sv))
Dsv_inline.h947 return SvPVX_mutable(sv); in Perl_SvPV_helper()
Dsv.c1378 s = SvPVX_mutable(sv); in Perl_sv_grow()
1382 s = SvPVX_mutable(sv); in Perl_sv_grow()
1389 s = SvPVX_mutable(sv); in Perl_sv_grow()
2955 ? SvPVX_mutable(tmpstr) : SvPVX(tmpstr); in Perl_sv_2pv_flags()
3065 return SvPVX_mutable(sv); in Perl_sv_2pv_flags()
3225 return SvPVX_mutable(sv); in Perl_sv_2pv_flags()
4622 SvPV_set(dsv, SvPVX_mutable(ssv));
4689 SvPV_set(dsv, SvPVX_mutable(ssv));
4927 Safefree(SvPVX_mutable(dsv));
4964 new_pv = SvPVX_mutable(ssv);
[all …]
Dgv.c495 Safefree(SvPVX_mutable(gv)); in Perl_gv_init_pvn()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009003192 SvPVX_mutable # U
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h14407 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) : \
14442 ? ((lp = SvCUR(sv)), SvPVX_mutable(sv)) \
15953 #ifndef SvPVX_mutable
15954 # define SvPVX_mutable(sv) (0 + SvPVX(sv)) macro
15967 #ifndef SvPVX_mutable
15968 # define SvPVX_mutable(sv) ((sv)->sv_u.svu_pv)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007766 SvPVX_mutable # T
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DChanges803 SvPVX_mutable
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc947 Amd|char*|SvPVX_mutable|SV* sv