Home
last modified time | relevance | path

Searched refs:Newz (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmemory47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/
H A DMD5.xs51 # define Newxz(v,n,t) Newz(0,v,n,t)
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/
H A DSHA.xs32 #define Newxz(ptr, num, type) Newz(0, ptr, num, type)
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h2858 #define Newz(x,v,n,t) Newxz(v,n,t) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007963 Newz # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15050 # define Newxz(v,n,t) Newz(0,v,n,t)