Searched refs:xmark (Results 1 – 1 of 1) sorted by relevance
227 struct stackmark *xmark; in growstackblock() local245 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()