Home
last modified time | relevance | path

Searched refs:oldstackp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/bin/sh/
H A Dmemalloc.c226 struct stack_block *oldstackp; in growstackblock() local
230 oldstackp = stackp; in growstackblock()
246 while (xmark != NULL && xmark->stackp == oldstackp) { in growstackblock()