Lines Matching refs:stacknxt
118 char *stacknxt = stackbase.space; variable
139 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()
231 xmark->stacknxt = stacknxt; in growstackblock()
237 char *oldspace = stacknxt; in growstackblock()
242 stacknxt = p; /* free the space */ in growstackblock()
251 stacknxt += len; in grabstackblock()
303 stacknleft += stacknxt - s; in ungrabstackstr()
304 stacknxt = s; in ungrabstackstr()