Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dvxs.inc149 SvPVx_nolen_const(ST(0)),
150 SvPVx_nolen_const(ST(0)) );
H A Dpp.h221 #define POPpconstx (SvPVx_nolen_const(POPs))
H A Dsv.h2061 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro
2074 # define SvPVx_nolen_const(sv) ((PL_Sv = (sv)), SvPV_nolen_const(PL_Sv))
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A DSvPV185 __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))
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5009003194 SvPVx_nolen_const # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007767 SvPVx_nolen_const # T
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14457 #ifndef SvPVx_nolen_const
14458 # define SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); }) macro
14462 #ifndef SvPVx_nolen_const
14463 # define SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv)) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges51 * Backport SvPVx_nolen_const
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc949 Amd|const char*|SvPVx_nolen_const|SV* sv