Searched refs:runmain (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/ply/test/
H A Dlex_module.py10 lex.runmain(data="3+4")
H A Dlex_many_tokens.py25 lex.runmain(data="TOK34: TOK143: TOK269: TOK372: TOK452: TOK561: TOK999:")
H A Dlex_hedit.py44 lex.runmain(data="3Habc 10Habcdefghij 2Hxy")
H A Dlex_state_try.py45 lex.runmain(data=data)
H A Dlex_closure.py51 lex.runmain(data="3+4")
H A Dlex_object.py51 lex.runmain(data="3+4")
H A Dlex_opt_alias.py54 lex.runmain(data="3+4")
H A Dlex_optimize.py47 lex.runmain(data="3+4")
H A Dlex_optimize2.py47 lex.runmain(data="3+4")
H A Dlex_optimize3.py49 lex.runmain(data="3+4")
/gem5/ext/ply/example/hedit/
H A Dhedit.py46 lex.runmain()
/gem5/ext/ply/example/ansic/
H A Dclex.py159 lex.runmain(lexer)
/gem5/ext/ply/example/yply/
H A Dylex.py105 lex.runmain()
/gem5/ext/ply/ply/
H A Dlex.py1008 # runmain()
1013 def runmain(lexer=None,data=None): function

Completed in 13 milliseconds