Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py24 tokLN = "\n" variable
99 if self.id == tokLN:
174 if tok != tokSPACE and tok != tokLN:
256 return tokLN
330 if c == tokEOF or c == tokLN:
339 if c == tokEOF or c == tokLN:
341 return tok.set(tokLN)
364 if c2 == tokLN or not c2.isspace():
373 if self.peekChar() == tokLN: # trailing \
420 if c2 == tokLN or (not c2.isalnum() and c2 != "_"):
[all …]