Searched refs:PyOS_InputHook (Results 1 – 17 of 17) sorted by relevance
30 int (*PyOS_InputHook)(void) = NULL; variable48 if (PyOS_InputHook != NULL) in my_fgets()49 (void)(PyOS_InputHook)(); in my_fgets()
24 int (*PyOS_InputHook)(void) = NULL; variable45 if (PyOS_InputHook != NULL) { in my_fgets()46 (void)(PyOS_InputHook)(); in my_fgets()131 if (PyOS_InputHook != NULL) { in _PyOS_WindowsConsoleReadline()132 (void)(PyOS_InputHook)(); in _PyOS_WindowsConsoleReadline()
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()
1194 if (PyOS_InputHook) in readline_until_enter_or_signal()1208 if(PyOS_InputHook) PyOS_InputHook(); in readline_until_enter_or_signal()
3382 if (PyOS_InputHook == NULL) { in EnableEventHook()3384 PyOS_InputHook = EventHook; in EnableEventHook()3393 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { in DisableEventHook()3394 PyOS_InputHook = NULL; in DisableEventHook()
151 PyAPI_DATA(int) (*PyOS_InputHook)(void);
193 PyAPI_DATA(int) (*PyOS_InputHook)(void);
53 PyOS_InputHook
39 PyOS_InputHook
1515 Parser/myreadline.c - PyOS_InputHook variable int (*PyOS_InputHook)(void)
432 PyOS_InputHook=python39.PyOS_InputHook DATA
85 "PyOS_InputHook"
159 .. c:var:: int (*PyOS_InputHook)(void)
7798 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).