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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c79 * of ungetC and unreadc. The key observation is that the state
133 #define ungetC(c) peekc = (Char) c macro
307 ungetC(c1);
380 ungetC(c);
387 ungetC(c);
408 ungetC(c);
494 ungetC('$' | QUOTE);
685 ungetC(c);
703 ungetC('s'), unreadc(HISTSUB), c = ':';
720 ungetC(
[all...]

Completed in 43 milliseconds