Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c581 int lastc[2]; member
606 int lastc[2]; member
10720 memcpy(sp->lastc, g_parsefile->lastc, sizeof(sp->lastc)); in pushstring()
10755 memcpy(g_parsefile->lastc, sp->lastc, sizeof(sp->lastc)); in popstring()
10966 return g_parsefile->lastc[--g_parsefile->unget]; in __pgetc()
10973 g_parsefile->lastc[1] = g_parsefile->lastc[0]; in __pgetc()
10974 g_parsefile->lastc[0] = c; in __pgetc()