Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h30 #define E_EOLS 24 /* EOL in single-quoted string */ macro
/external/python/cpython2/Parser/
Dtokenizer.c1571 tok->done = E_EOLS; in tok_get()
1582 tok->done = E_EOLS; in tok_get()
1604 tok->done = E_EOLS; in tok_get()
/external/python/cpython2/Python/
Dpythonrun.c1604 case E_EOLS: in err_input()