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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.lex.c80 * Getdol invokes history substitution, hence the extra peek, peekd,
83 static Char peekc = 0, peekd = 0; variable
129 #define ungetD(c) peekd = (Char) c
453 if ((c = peekd) != 0) {
454 peekd = 0;

Completed in 137 milliseconds