Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance
253 struct stack_block *oldstackp; in growstackblock() local270 oldstackp = stackp; in growstackblock()271 stackp = oldstackp->prev; in growstackblock()272 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()