Searched defs:new_of (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.c63 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
169 if(!(fp=new_of(struct history,(--fixmask)*sizeof(off_t))))
987 fp = new_of(struct fileblk,IOBSIZE+1);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c90 # define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro
309 if(!(hp=new_of(History_t,(--histmask)*sizeof(off_t))))
/ast/src/cmd/ksh93/include/
H A Ddefs.h279 #define new_of(type,x) ((type*)malloc((unsigned)sizeof(type)+(x))) macro

Completed in 12 milliseconds