Home
last modified time | relevance | path

Searched refs:SvPVx_nolen_const (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/
H A Dvutil.h40 #ifndef SvPVx_nolen_const
42 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
44 # define SvPVx_nolen_const(sv) (SvPV_nolen_const(sv)) macro
H A Dvxs.inc149 SvPVx_nolen_const(ST(0)),
150 SvPVx_nolen_const(ST(0)) );
H A Dpp.h165 #define POPpconstx (SvPVx_nolen_const(POPs))
H A Dsv.h1978 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
1994 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv)) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dvutil.h32 #ifndef SvPVx_nolen_const
34 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
36 # define SvPVx_nolen_const(sv) (SvPV_nolen_const(sv)) macro
H A Dvxs.inc138 name, SvPVx_nolen_const(req));
154 SvPVx_nolen_const(ST(0)),
155 SvPVx_nolen_const(ST(0)) );
H A Dpp.h148 #define POPpconstx (SvPVx_nolen_const(POPs))
H A Dsv.h1788 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
1806 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv)) macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dvutil.h32 #ifndef SvPVx_nolen_const
34 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
36 # define SvPVx_nolen_const(sv) (SvPV_nolen_const(sv)) macro
H A Dvxs.inc138 name, SvPVx_nolen_const(req));
154 SvPVx_nolen_const(ST(0)),
155 SvPVx_nolen_const(ST(0)) );
H A Dpp.h148 #define POPpconstx (SvPVx_nolen_const(POPs))
H A Dsv.h1869 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
1887 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv)) macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dvxs.inc149 SvPVx_nolen_const(ST(0)),
150 SvPVx_nolen_const(ST(0)) );
H A Dpp.h165 #define POPpconstx (SvPVx_nolen_const(POPs))
H A Dsv.h1993 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
2009 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv)) macro
/dports/devel/p5-version/version-0.9929/vutil/
H A Dvxs.inc149 SvPVx_nolen_const(ST(0)),
150 SvPVx_nolen_const(ST(0)) );
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A DSvPV148 __UNDEFINED__ SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); })
150 __UNDEFINED__ SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A DSvPV148 __UNDEFINED__ SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); })
150 __UNDEFINED__ SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv))
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A DSvPV148 __UNDEFINED__ SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); })
150 __UNDEFINED__ SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv))
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D5009003197 SvPVx_nolen_const # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D5009003195 SvPVx_nolen_const # U
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D5009003195 SvPVx_nolen_const # U
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/todo/
H A D5003007767 SvPVx_nolen_const # T
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/todo/
H A D5003007767 SvPVx_nolen_const # T
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/
H A Dppport.h2268 #ifndef SvPVx_nolen_const
2269 #define SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); }) macro
2272 #ifndef SvPVx_nolen_const
2273 #define SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv)) macro

12