Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h29 #define E_EOFS 23 /* EOF in triple-quoted string */ macro
/external/python/cpython3/Include/
Derrcode.h29 #define E_EOFS 23 /* EOF in triple-quoted string */ macro
/external/python/cpython2/Parser/
Dtokenizer.c1580 tok->done = E_EOFS; in tok_get()
/external/python/cpython3/Python/
Dpythonrun.c1363 case E_EOFS: in err_input()
/external/python/cpython2/Python/
Dpythonrun.c1610 case E_EOFS: in err_input()
/external/python/cpython3/Parser/
Dtokenizer.c1740 tok->done = E_EOFS; in tok_get()