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

  /src/bin/sh/
memalloc.h 39 char *stacknxt; member in struct:stackmark
46 extern char *stacknxt;
69 #define stackblock() stacknxt
memalloc.c 120 char *stacknxt = stackbase.space; variable in typeref:typename:char *
140 stacknxt = sp->space;
146 p = stacknxt;
147 stacknxt += nbytes;
161 stacknleft += stacknxt - (char *)p;
162 stacknxt = p;
171 mark->stacknxt = stacknxt;
201 stacknxt = mark->stacknxt;
    [all...]

Completed in 11 milliseconds