Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h30 #define E_EOLS 24 /* EOL in single-quoted string */ macro
/external/python/cpython3/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/cpython3/Parser/
Dtokenizer.c1743 tok->done = E_EOLS; in tok_get()
1749 tok->done = E_EOLS; in tok_get()
/external/python/cpython3/Python/
Dpythonrun.c1366 case E_EOLS: in err_input()
/external/python/cpython2/Python/
Dpythonrun.c1613 case E_EOLS: in err_input()