Searched refs:PyOS_InputHook (Results 1 – 16 of 16) sorted by relevance
25 int (*PyOS_InputHook)(void) = NULL; variable39 if (PyOS_InputHook != NULL) in my_fgets()40 (void)(PyOS_InputHook)(); in my_fgets()117 if (PyOS_InputHook != NULL) { in _PyOS_WindowsConsoleReadline()118 (void)(PyOS_InputHook)(); in _PyOS_WindowsConsoleReadline()
30 int (*PyOS_InputHook)(void) = NULL; variable48 if (PyOS_InputHook != NULL) in my_fgets()49 (void)(PyOS_InputHook)(); in my_fgets()
1034 if (PyOS_InputHook) in readline_until_enter_or_signal()1047 if(PyOS_InputHook) PyOS_InputHook(); in readline_until_enter_or_signal()1111 rl_event_hook = PyOS_InputHook; in readline_until_enter_or_signal()
3605 if (PyOS_InputHook == NULL) { in EnableEventHook()3609 PyOS_InputHook = EventHook; in EnableEventHook()3618 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { in DisableEventHook()3619 PyOS_InputHook = NULL; in DisableEventHook()
1196 if (PyOS_InputHook) in readline_until_enter_or_signal()1210 if(PyOS_InputHook) PyOS_InputHook(); in readline_until_enter_or_signal()
3354 if (PyOS_InputHook == NULL) { in EnableEventHook()3356 PyOS_InputHook = EventHook; in EnableEventHook()3365 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { in DisableEventHook()3366 PyOS_InputHook = NULL; in DisableEventHook()
151 PyAPI_DATA(int) (*PyOS_InputHook)(void);
157 PyAPI_DATA(int) (*PyOS_InputHook)(void);
53 PyOS_InputHook
39 PyOS_InputHook
430 PyOS_InputHook=python37.PyOS_InputHook DATA
85 "PyOS_InputHook"
148 .. c:var:: int (*PyOS_InputHook)(void)
1296 Restore running PyOS_InputHook while waiting for user input at the prompt.
13825 input mechanism is used. The hook variables are PyOS_InputHook and14000 (using PyOS_InputHook).
31204 input mechanism is used. The hook variables are PyOS_InputHook and31379 (using PyOS_InputHook).