Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h463 #define newSVpvs_share(str) Perl_newSVpvn_share(aTHX_ STR_WITH_LEN(str), 0) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16099 # define newSVpvs_share(str) newSVpvn_share(str "", sizeof(str) - 1, 0) macro