Searched refs:stacknleft (Results 1 – 2 of 2) sorted by relevance
119 int stacknleft = MINSIZE; variable129 if (nbytes > stacknleft) { in stalloc()140 stacknleft = blocksize; in stalloc()146 stacknleft -= nbytes; in stalloc()158 stacknleft += stacknxt - (char *)p; in stunalloc()169 mark->stacknleft = stacknleft; in setstackmark()188 stacknleft = mark->stacknleft; in popstackmark()206 int newlen = SHELL_ALIGN(stacknleft * 2 + 100); in growstackblock()222 stacknleft = newlen; in growstackblock()232 xmark->stacknleft = stacknleft; in growstackblock()[all …]
40 int stacknleft; member46 extern int stacknleft;66 #define stackblocksize() stacknleft