Home
last modified time | relevance | path

Searched defs:new_of (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h284 #define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro