Searched refs:SvPVx_nolen_const (Results 1 – 9 of 9) sorted by relevance
149 SvPVx_nolen_const(ST(0)),150 SvPVx_nolen_const(ST(0)) );
221 #define POPpconstx (SvPVx_nolen_const(POPs))
2061 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro2074 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv))
185 __UNDEFINED__ SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); })187 __UNDEFINED__ SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv))
194 SvPVx_nolen_const # U
767 SvPVx_nolen_const # T
14457 #ifndef SvPVx_nolen_const14458 # define SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); }) macro14462 #ifndef SvPVx_nolen_const14463 # define SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv)) macro
51 * Backport SvPVx_nolen_const
949 Amd|const char*|SvPVx_nolen_const|SV* sv