Home
last modified time | relevance | path

Searched defs:t_ID (Results 1 – 6 of 6) sorted by relevance

/external/ply/ply/example/BASIC/
Dbasiclex.py25 def t_ID(t): function
/external/ply/ply/example/yply/
Dylex.py29 t_ID = r'[a-zA-Z_][a-zA-Z_0-9]*' variable
/external/python/pycparser/pycparser/ply/
Dctokens.py103 t_ID = r'[A-Za-z_][A-Za-z0-9_]*' variable
/external/ply/ply/ply/
Dctokens.py103 t_ID = r'[A-Za-z_][A-Za-z0-9_]*' variable
/external/ply/ply/example/ansic/
Dclex.py130 def t_ID(t): function
/external/python/pycparser/pycparser/
Dc_lexer.py506 def t_ID(self, t): member in CLexer