Searched refs:_PyOS_ReadlineTState (Results 1 – 4 of 4) 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()
154 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
1056 PyEval_RestoreThread(_PyOS_ReadlineTState); in readline_until_enter_or_signal()
81 "_PyOS_ReadlineTState"