/src/bin/csh/ |
lex.c | 89 * Getdol invokes history substitution, hence the extra peek, peekd, 92 static int peekc = 0, peekd = 0; variable in typeref:typename:int 135 #define ungetD(c) peekd = c 396 if ((c = peekd) != '\0') { 397 peekd = 0;
|
lex.c | 89 * Getdol invokes history substitution, hence the extra peek, peekd, 92 static int peekc = 0, peekd = 0; variable in typeref:typename:int 135 #define ungetD(c) peekd = c 396 if ((c = peekd) != '\0') { 397 peekd = 0;
|
lex.c | 89 * Getdol invokes history substitution, hence the extra peek, peekd, 92 static int peekc = 0, peekd = 0; variable in typeref:typename:int 135 #define ungetD(c) peekd = c 396 if ((c = peekd) != '\0') { 397 peekd = 0;
|
lex.c | 89 * Getdol invokes history substitution, hence the extra peek, peekd, 92 static int peekc = 0, peekd = 0; variable in typeref:typename:int 135 #define ungetD(c) peekd = c 396 if ((c = peekd) != '\0') { 397 peekd = 0;
|