Searched refs:my_newSVpvn_share (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16008 static SV * DPPP_(my_newSVpvn_share)(pTHX_ const char * s, I32 len, U32 hash);
16011 extern SV * DPPP_(my_newSVpvn_share)(pTHX_ const char * s, I32 len, U32 hash);
16019 #define newSVpvn_share(a,b,c) DPPP_(my_newSVpvn_share)(aTHX_ a,b,c)
16020 #define Perl_newSVpvn_share DPPP_(my_newSVpvn_share)
16024 DPPP_(my_newSVpvn_share)(pTHX_ const char *s, I32 len, U32 hash) function

Completed in 122 milliseconds