Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h460 #define newSVpvs(str) Perl_newSVpvn(aTHX_ STR_WITH_LEN(str)) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16091 # define newSVpvs(str) newSVpvn(str "", sizeof(str) - 1) macro