Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1572 char *g_stacknxt; // = stackbase.space; member
1580 #define g_stacknxt (G_memstack.g_stacknxt ) macro
1587 g_stacknxt = stackbase.space; \
1593 #define stackblock() ((void *)g_stacknxt)
1625 g_stacknxt = sp->space; in stalloc()
1627 sstrend = g_stacknxt + blocksize; in stalloc()
1631 p = g_stacknxt; in stalloc()
1632 g_stacknxt += aligned; in stalloc()
1647 if (!p || (g_stacknxt < (char *)p) || ((char *)p < g_stackp->space)) { in stunalloc()
1652 g_stacknleft += g_stacknxt - (char *)p; in stunalloc()
[all …]