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

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.lex.c85 * Getdol invokes history substitution, hence the extra peek, peekd,
88 static Char peekc = 0, peekd = 0; variable
134 #define ungetD(c) peekd = (Char) c
437 if ((c = peekd) != 0) {
438 peekd = 0;

Completed in 87 milliseconds