Searched refs:stacknxt (Results 1 – 2 of 2) sorted by relevance
120 char *stacknxt = stackbase.space; variable141 stacknxt = sp->space; in stalloc()147 p = stacknxt; in stalloc()148 stacknxt += nbytes; in stalloc()162 stacknleft += stacknxt - (char *)p; in stunalloc()163 stacknxt = p; in stunalloc()172 mark->stacknxt = stacknxt; in setstackmark()202 stacknxt = mark->stacknxt; in rststackmark()225 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()237 stacknxt = sp->space; in growstackblock()[all …]
39 char *stacknxt; member46 extern char *stacknxt;70 #define stackblock() stacknxt