Home
last modified time | relevance | path

Searched defs:EREALLOC (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/eesh/
H A DE.h63 #define EREALLOC(type, ptr, num) (type*)Erealloc(ptr, (num)*sizeof(type)) macro
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dutil.h84 #define EREALLOC(type, ptr, num) (type*)Erealloc(ptr, (num)*sizeof(type)) macro
/dports/x11-wm/e16/e16-1.0.24/dox/
H A Ddox.h115 #define EREALLOC(type, ptr, num) (type*)Erealloc(ptr, (num)*sizeof(type)) macro