Searched defs:Newxz (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dhandy.h2851 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t))))) macro
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h15050 # define Newxz(v,n,t) Newz(0,v,n,t) macro

Completed in 197 milliseconds