Searched refs:theLookahead (Results 1 – 2 of 2) sorted by relevance
32 static int theLookahead = EOF; variable56 int c = theLookahead; in get()57 theLookahead = EOF; in get()77 theLookahead = get(); in peek()78 return theLookahead; in peek()
80 c = self.theLookahead81 self.theLookahead = None93 self.theLookahead = self._get()94 return self.theLookahead218 self.theLookahead = None