Home
last modified time | relevance | path

Searched defs:SvPVx_nolen_const (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14458 # define SvPVx_nolen_const(sv) ({SV *sV_ = (sv); SvPV_nolen_const(sV_); }) macro
14463 # define SvPVx_nolen_const(sv) (PL_Sv = sv, SvPV_nolen_const(PL_Sv)) macro
/openbsd/gnu/usr.bin/perl/
H A Dsv.h2061 # define SvPVx_nolen_const(sv) ({SV *_sv = (sv); SvPV_nolen_const(_sv); }) macro