Home
last modified time | relevance | path

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

/external/python/cpython2/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/cpython2/Python/
Dpythonrun.c1617 case E_TABSPACE: in err_input()