Home
last modified time | relevance | path

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

/minix3/bin/sh/
H A Dmemalloc.h66 #define stackblocksize() stacknleft macro
67 #define STARTSTACKSTR(p) p = stackblock(), sstrnleft = stackblocksize()
75 #define grabstackstr(p) stalloc(stackblocksize() - sstrnleft)
H A Dmemalloc.c276 int len = stackblocksize(); in growstackstr()
283 sstrnleft = stackblocksize() - len - 1; in growstackstr()
294 int len = stackblocksize() - sstrnleft; in makestrspace()
296 sstrnleft = stackblocksize() - len; in makestrspace()
H A Dexec.c310 while (stackblocksize() < len) in padvance()
H A Dparser.c1522 while (stackblocksize() <= savelen) in readtoken1()