Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c578 struct strpush *spfree; member
603 struct strpush *spfree; member
10709 if (g_parsefile->strpush || g_parsefile->spfree) { in pushstring()
10719 sp->spfree = g_parsefile->spfree; in pushstring()
10731 g_parsefile->spfree = NULL; in pushstring()
10757 g_parsefile->spfree = sp; in popstring()
10947 sp = sp->spfree; in freestrings()
10953 g_parsefile->spfree = NULL; in freestrings()
10985 struct strpush *sp = g_parsefile->spfree; in pgetc()
11086 if (g_parsefile->spfree) in popfile()
[all …]