Searched defs:ungetC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c56 * of ungetC and unreadc. The key observation is that the state
84 #define ungetC(c) peekc = c macro
218 ungetC(c1);
270 ungetC(c);
275 ungetC(c);
293 ungetC(c);
389 ungetC('$' | QUOTE);
464 ungetC(c);
523 ungetC(sc);
542 ungetC('
[all...]

Completed in 45 milliseconds