Searched refs:peekd (Results 1 – 1 of 1) sorted by relevance
92 static int peekc = 0, peekd = 0; variable135 #define ungetD(c) peekd = c396 if ((c = peekd) != '\0') { in getC1()397 peekd = 0; in getC1()