Home
last modified time | relevance | path

Searched defs:newSVpvn (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/jpl/PerlInterpreter/
DPerlInterpreter.c31 # define newSVpvn(a,b) newSVpv(a,b) macro
/mirbsd/src/gnu/usr.bin/perl/jpl/JNI/
DJNI.xs29 # define newSVpvn(a,b) newSVpv(a,b) macro
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h3144 # define newSVpvn(data,len) ((data) \ macro
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h3144 # define newSVpvn(data,len) ((data) \ macro
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs58 #define newSVpvn newSVpv macro
/mirbsd/src/gnu/usr.bin/perl/
Dembed.h580 #define newSVpvn Perl_newSVpvn macro
2633 #define newSVpvn(a,b) Perl_newSVpvn(aTHX_ a,b) macro