Searched refs:lastc (Results 1 – 1 of 1) sorted by relevance
581 int lastc[2]; member606 int lastc[2]; member10720 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()