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