Home
last modified time | relevance | path

Searched refs:theLookahead (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djsmin.c32 static int theLookahead = EOF; variable
56 int c = theLookahead; in get()
57 theLookahead = EOF; in get()
77 theLookahead = get(); in peek()
78 return theLookahead; in peek()
Djsmin.py80 c = self.theLookahead
81 self.theLookahead = None
93 self.theLookahead = self._get()
94 return self.theLookahead
218 self.theLookahead = None