HomeSort by: relevance | last modified time | path
    Searched defs:stacknleft (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
memalloc.h 40 int stacknleft; member in struct:stackmark
47 extern int stacknleft;
70 #define stackblocksize() stacknleft
memalloc.c 121 int stacknleft = MINSIZE; variable in typeref:typename:int
130 if (nbytes > stacknleft) {
141 stacknleft = blocksize;
148 stacknleft -= nbytes;
161 stacknleft += stacknxt - (char *)p;
172 mark->stacknleft = stacknleft;
202 stacknleft = mark->stacknleft;
221 int newlen = SHELL_ALIGN(stacknleft * 2 + 100)
    [all...]

Completed in 12 milliseconds