Searched defs:vnewSVpvf (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 14103 # 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 D | embed.h | 765 # define vnewSVpvf(a,b) Perl_vnewSVpvf( global() macro
|