Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dmemalloc.c227 struct stackmark *xmark; in growstackblock() local
245 xmark = markp; in growstackblock()
246 while (xmark != NULL && xmark->stackp == oldstackp) { in growstackblock()
247 xmark->stackp = stackp; in growstackblock()
248 xmark->stacknxt = stacknxt; in growstackblock()
249 xmark->sstrnleft += stacknleft - xmark->stacknleft; in growstackblock()
250 xmark->stacknleft = stacknleft; in growstackblock()
251 xmark = xmark->marknext; in growstackblock()