Searched refs:tokLN (Results 1 – 1 of 1) sorted by relevance
24 tokLN = "\n" variable99 if self.id == tokLN:174 if tok != tokSPACE and tok != tokLN:256 return tokLN330 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 …]