Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dsv.h1973 #define SvPV_const(sv, len) SvPV_flags_const(sv, len, SV_GMAGIC) macro
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14381 # define SvPV_const(sv, lp) SvPV_flags_const(sv, lp, SV_GMAGIC) macro