Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1571 struct stack_block *g_stackp; // = &stackbase; member
1579 #define g_stackp (G_memstack.g_stackp ) macro
1586 g_stackp = &stackbase; \
1624 sp->prev = g_stackp; in stalloc()
1628 g_stackp = sp; in stalloc()
1647 if (!p || (g_stacknxt < (char *)p) || ((char *)p < g_stackp->space)) { in stunalloc()
1675 mark->stackp = g_stackp; in pushstackmark()
1684 pushstackmark(mark, g_stacknxt == g_stackp->space && g_stackp != &stackbase); in setstackmark()
1696 while (g_stackp != mark->stackp) { in popstackmark()
1697 sp = g_stackp; in popstackmark()
[all …]