Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance
246 struct stack_block *oldstackp; in growstackblock() local263 oldstackp = stackp; in growstackblock()264 stackp = oldstackp->prev; in growstackblock()265 sp = ckrealloc((pointer)oldstackp, newlen); in growstackblock()