Searched refs:_PyOS_ReadlineTState (Results 1 – 8 of 8) sorted by relevance
23 PyThreadState* _PyOS_ReadlineTState; variable84 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()
20 PyThreadState* _PyOS_ReadlineTState = NULL; variable79 PyEval_RestoreThread(_PyOS_ReadlineTState); in my_fgets()137 PyEval_RestoreThread(_PyOS_ReadlineTState); in _PyOS_WindowsConsoleReadline()195 PyEval_RestoreThread(_PyOS_ReadlineTState); in _PyOS_WindowsConsoleReadline()327 if (_PyOS_ReadlineTState == PyThreadState_GET()) { in PyOS_Readline()346 _PyOS_ReadlineTState = PyThreadState_GET(); in PyOS_Readline()364 _PyOS_ReadlineTState = NULL; in PyOS_Readline()
153 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
160 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
42 _PyOS_ReadlineTState
1056 PyEval_RestoreThread(_PyOS_ReadlineTState); in readline_until_enter_or_signal()
1218 PyEval_RestoreThread(_PyOS_ReadlineTState); in readline_until_enter_or_signal()
81 "_PyOS_ReadlineTState"