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

/ast/src/cmd/ksh93/sh/
H A Dinit.c1778 int i,nstat = STAT_SUBSHELL+1; local
1779 struct Stats *sp = newof(0,struct Stats,1,nstat*NV_MINSZ);
1781 sp->numnodes = nstat;
1783 shgd->stats = (int*)calloc(sizeof(int),nstat);
1785 for(i=0; i < nstat; i++)
1794 sp->hdr.dsize = sizeof(struct Stats) + nstat*(sizeof(int)+NV_MINSZ);

Completed in 26 milliseconds