HomeSort by: relevance | last modified time | path
    Searched defs:peekd (Results 1 - 4 of 4) sorted by relevancy

  /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;

Completed in 85 milliseconds