Searched defs:PyOS_InputHook (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dmyreadline.c30 int (*PyOS_InputHook)(void) = NULL; variable
44 if (PyOS_InputHook != NULL)
45 (void)(PyOS_InputHook)();
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dmyreadline.c30 int (*PyOS_InputHook)(void) = NULL; variable
48 if (PyOS_InputHook != NULL)
49 (void)(PyOS_InputHook)();

Completed in 5 milliseconds