Searched refs:PyOS_InputHook (Results 1 – 23 of 23) sorted by relevance
25 int (*PyOS_InputHook)(void) = NULL; variable46 if (PyOS_InputHook != NULL) { in my_fgets()47 (void)(PyOS_InputHook)(); in my_fgets()132 if (PyOS_InputHook != NULL) { in _PyOS_WindowsConsoleReadline()133 (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()
1334 if (PyOS_InputHook) in readline_until_enter_or_signal()1348 if(PyOS_InputHook) PyOS_InputHook(); in readline_until_enter_or_signal()
3240 if (PyOS_InputHook == NULL) { in EnableEventHook()3242 PyOS_InputHook = EventHook; in EnableEventHook()3251 if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { in DisableEventHook()3252 PyOS_InputHook = NULL; in DisableEventHook()
18 PyAPI_DATA(int) (*PyOS_InputHook)(void);
151 PyAPI_DATA(int) (*PyOS_InputHook)(void);
53 PyOS_InputHook
85 "PyOS_InputHook"
854 EXPORT_DATA(PyOS_InputHook)
462 var,PyOS_InputHook,3.2,,
1579 …<elf-symbol name='PyOS_InputHook' size='8' type='object-type' binding='global-binding' visibility=…6009 …PyOS_InputHook' type-id='type-id-456' mangled-name='PyOS_InputHook' visibility='default' filepath=…
160 .. c:var:: int (*PyOS_InputHook)(void)
1099 [data.PyOS_InputHook]
31204 input mechanism is used. The hook variables are PyOS_InputHook and31379 (using PyOS_InputHook).
437 Parser/myreadline.c - PyOS_InputHook -
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).