Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h24 #define E_TABSPACE 18 /* Inconsistent mixing of tabs and spaces */ macro
/external/python/cpython3/Include/
Derrcode.h24 #define E_TABSPACE 18 /* Inconsistent mixing of tabs and spaces */ macro
/external/python/cpython2/Parser/
Dtokenizer.c1201 tok->done = E_TABSPACE; in indenterror()
/external/python/cpython3/Python/
Dpythonrun.c1379 case E_TABSPACE: in err_input()
/external/python/cpython2/Python/
Dpythonrun.c1626 case E_TABSPACE: in err_input()
/external/python/cpython3/Parser/
Dtokenizer.c1291 tok->done = E_TABSPACE; in indenterror()