Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance
248 struct stack_block *oldstackp; in growstackblock() local265 oldstackp = stackp; in growstackblock()266 stackp = oldstackp->prev; in growstackblock()267 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()