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

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

Completed in 172 milliseconds