Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14103 # define vnewSVpvf(pat, args) ({ SV *_sv = newSV(0); sv_vsetpvfn(_sv, (pat), strlen((pat)), (args)… macro
14105 # define vnewSVpvf(pat, args) ((PL_Sv = newSV(0)), sv_vsetpvfn(PL_Sv, (pat), strlen((pat)), (args)… macro
/openbsd-src/gnu/usr.bin/perl/
H A Dembed.h765 # define vnewSVpvf(a,b) Perl_vnewSVpvf( global() macro