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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.h57 int unget; member in struct:strpush
80 int unget; member in struct:parsefile
H A Dinput.c110 if (parsefile->unget)
111 return parsefile->lastc[--parsefile->unget];
341 parsefile->unget++;
365 sp->unget = parsefile->unget;
374 parsefile->unget = 0;
399 parsefile->unget = sp->unget;
487 pf->unget = 0;

Completed in 79 milliseconds