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

/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h92 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h205 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro

Completed in 68 milliseconds