Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance
256 struct stack_block *oldstackp; in growstackblock() local273 oldstackp = stackp; in growstackblock()274 stackp = oldstackp->prev; in growstackblock()275 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()