Searched refs:stackp (Results 1 – 2 of 2) sorted by relevance
116 struct stack_block *stackp = &stackbase; variable138 sp->prev = stackp; in stalloc()141 stackp = sp; in stalloc()167 mark->stackp = stackp; in setstackmark()182 while (stackp != mark->stackp) { in popstackmark()183 sp = stackp; in popstackmark()184 stackp = sp->prev; in popstackmark()208 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()214 oldstackp = stackp; in growstackblock()215 sp = stackp; in growstackblock()[all …]
38 struct stack_block *stackp; member