Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.lex.c83 static Char peekc = 0, peekd = 0; variable
129 #define ungetD(c) peekd = (Char) c
453 if ((c = peekd) != 0) { in getC1()
454 peekd = 0; in getC1()