Searched refs:stacknleft (Results 1 – 2 of 2) sorted by relevance
121 int stacknleft = MINSIZE; variable131 if (nbytes > stacknleft) { in stalloc()142 stacknleft = blocksize; in stalloc()149 stacknleft -= nbytes; in stalloc()162 stacknleft += stacknxt - (char *)p; in stunalloc()173 mark->stacknleft = stacknleft; in setstackmark()203 stacknleft = mark->stacknleft; in rststackmark()222 int newlen = SHELL_ALIGN(stacknleft * 2 + 100); in growstackblock()238 sstrnleft += newlen - stacknleft; in growstackblock()239 stacknleft = newlen; in growstackblock()[all …]
40 int stacknleft; member47 extern int stacknleft;71 #define stackblocksize() stacknleft