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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.h54 int lastc[2]; member in struct:strpush
77 int lastc[2]; member in struct:parsefile
H A Dinput.c111 return parsefile->lastc[--parsefile->unget];
118 parsefile->lastc[1] = parsefile->lastc[0];
119 parsefile->lastc[0] = c;
366 memcpy(sp->lastc, parsefile->lastc, sizeof(sp->lastc));
400 memcpy(parsefile->lastc, sp->lastc, sizeof(sp->lastc));
[all...]

Completed in 27 milliseconds