HomeSort by: relevance | last modified time | path
    Searched defs:xmark (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
memalloc.c 226 struct stackmark *xmark; local in function:growstackblock
244 xmark = markp;
245 while (xmark != NULL && xmark->stackp == oldstackp) {
246 xmark->stackp = stackp;
247 xmark->stacknxt = stacknxt;
248 xmark->sstrnleft += stacknleft - xmark->stacknleft;
249 xmark->stacknleft = stacknleft;
250 xmark = xmark->marknext
    [all...]
memalloc.c 226 struct stackmark *xmark; local in function:growstackblock
244 xmark = markp;
245 while (xmark != NULL && xmark->stackp == oldstackp) {
246 xmark->stackp = stackp;
247 xmark->stacknxt = stacknxt;
248 xmark->sstrnleft += stacknleft - xmark->stacknleft;
249 xmark->stacknleft = stacknleft;
250 xmark = xmark->marknext
    [all...]

Completed in 21 milliseconds