Searched defs:oldof (Results 1 – 3 of 3) sorted by relevance
/titanic_52/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 205 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | ast.h | 92 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
|
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplib.h | 851 #define oldof(p,t,n,x) vmoldof(Vmregion,p,t,n,x) macro
|