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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c62 * Getdol invokes history substitution, hence the extra peek, peekd,
65 tchar peekc, peekd; variable
85 #define ungetD(c) peekd = c
338 if (c = peekd) {
339 peekd = 0;

Completed in 45 milliseconds