Home
last modified time | relevance | path

Searched refs:_PyOS_ReadlineTState (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Parser/
Dmyreadline.c23 PyThreadState* _PyOS_ReadlineTState; variable
84 PyEval_RestoreThread(_PyOS_ReadlineTState); in my_fgets()
172 if (_PyOS_ReadlineTState == PyThreadState_GET()) { in PyOS_Readline()
193 _PyOS_ReadlineTState = PyThreadState_GET(); in PyOS_Readline()
215 _PyOS_ReadlineTState = NULL; in PyOS_Readline()
/external/python/cpython2/Include/
Dpythonrun.h154 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
/external/python/cpython2/Modules/
Dreadline.c1056 PyEval_RestoreThread(_PyOS_ReadlineTState); in readline_until_enter_or_signal()
/external/python/cpython2/PC/os2emx/
Dpython27.def81 "_PyOS_ReadlineTState"