Searched refs:Newz (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | memory | 47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
|
/openbsd/gnu/usr.bin/perl/cpan/Digest-MD5/ |
H A D | MD5.xs | 51 # define Newxz(v,n,t) Newz(0,v,n,t)
|
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/ |
H A D | SHA.xs | 32 #define Newxz(ptr, num, type) Newz(0, ptr, num, type)
|
/openbsd/gnu/usr.bin/perl/ |
H A D | handy.h | 2858 #define Newz(x,v,n,t) Newxz(v,n,t) macro
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 963 Newz # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 15050 # define Newxz(v,n,t) Newz(0,v,n,t)
|