HomeSort by: relevance | last modified time | path
    Searched refs:sizeofN (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ksh/
expand.h 69 vp__ = (void**) alloc(sizeofN(void*, n), ATEMP); \
78 sizeofN(void*, n*2), ATEMP); \
89 sizeofN(void*, XPsize(x)), ATEMP)
table.c 55 ntblp = (struct tbl**) alloc(sizeofN(struct tbl *, nsize), tp->areap);
188 p = (struct tbl **)alloc(sizeofN(struct tbl *, tp->size+1), ATEMP);
sh.h 158 #define sizeofN(type, n) (sizeof(type) * (n))
syn.c 218 iops = (struct ioword **) alloc(sizeofN(struct ioword *, NUFILE+1),
408 sizeofN(struct ioword *, iopn), ATEMP);
c_sh.c 655 l->argv = (char **) alloc(sizeofN(char *, l->argc+2), &l->area);
emacs.c 1482 x_tab = (Findex (*)[X_TABSZ]) alloc(sizeofN(*x_tab, X_NTABS), AEDIT);
1492 x_atab = (char *(*)[X_TABSZ]) alloc(sizeofN(*x_atab, X_NTABS), AEDIT);
exec.c 136 e->savefd = (short *) alloc(sizeofN(short, NUFILE), ATEMP);
138 memset(e->savefd, 0, sizeofN(short, NUFILE));

Completed in 17 milliseconds