Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h19 #define E_TOKEN 13 /* Bad token */ macro
/external/python/cpython2/Parser/
Dtokenizer.c1444 tok->done = E_TOKEN; in tok_get()
1456 tok->done = E_TOKEN; in tok_get()
1468 tok->done = E_TOKEN; in tok_get()
1498 tok->done = E_TOKEN; in tok_get()
1531 tok->done = E_TOKEN; in tok_get()
/external/python/cpython2/Python/
Dpythonrun.c1598 case E_TOKEN: in err_input()