Home | History | Annotate | Download | only in sh

Lines Matching refs:stacknxt

118 char *stacknxt = stackbase.space;
139 stacknxt = sp->space;
144 p = stacknxt;
145 stacknxt += nbytes;
158 stacknleft += stacknxt - (char *)p;
159 stacknxt = p;
168 mark->stacknxt = stacknxt;
187 stacknxt = mark->stacknxt;
208 if (stacknxt == stackp->space && stackp != &stackbase) {
221 stacknxt = sp->space;
231 xmark->stacknxt = stacknxt;
237 char *oldspace = stacknxt;
242 stacknxt = p; /* free the space */
251 stacknxt += len;
303 stacknleft += stacknxt - s;
304 stacknxt = s;