Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c568 struct strpush { struct
569 struct strpush *prev; /* preceding string on stack */ argument
578 struct strpush *spfree; argument
599 struct strpush *strpush; /* for pushing strings at this level */ member
600 struct strpush basestrpush; /* so pushing one is fast */
603 struct strpush *spfree;
10704 struct strpush *sp; in pushstring()
10709 if (g_parsefile->strpush || g_parsefile->spfree) { in pushstring()
10711 sp->prev = g_parsefile->strpush; in pushstring()
10715 g_parsefile->strpush = sp; in pushstring()
[all …]