Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance
232 struct stack_block *oldstackp; in growstackblock() local249 oldstackp = stackp; in growstackblock()250 stackp = oldstackp->prev; in growstackblock()251 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()