Home
last modified time | relevance | path

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

/external/ply/ply/example/BASIC/
Dbasiclex.py51 def t_NEWLINE(t): function
/external/ply/ply/example/ansic/
Dclex.py60 def t_NEWLINE(t): function
/external/ply/ply/example/yply/
Dylex.py59 def t_NEWLINE(t): function
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dlexer.py167 def t_NEWLINE(self, t): member in Lexer
/external/ply/ply/ply/
Dcpp.py248 self.t_NEWLINE = None
251 self.t_NEWLINE = tok.type
253 self.t_WS = (self.t_SPACE, self.t_NEWLINE)
/external/ply/ply/
DCHANGES901 def t_NEWLINE(t):