Searched refs:stacknxt (Results 1 – 2 of 2) sorted by relevance
118 char *stacknxt = stackbase.space; variable139 stacknxt = sp->space; in stalloc()144 p = stacknxt; in stalloc()145 stacknxt += nbytes; in stalloc()158 stacknleft += stacknxt - (char *)p; in stunalloc()159 stacknxt = p; in stunalloc()168 mark->stacknxt = stacknxt; in setstackmark()187 stacknxt = mark->stacknxt; in popstackmark()208 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()221 stacknxt = sp->space; in growstackblock()[all …]
39 char *stacknxt; member45 extern char *stacknxt;65 #define stackblock() stacknxt