HomeSort by relevance Sort by last modified time
    Searched refs:pre_input_hook (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/
readline.c 84 PyObject *pre_input_hook; member in struct:__anon33486
100 Py_CLEAR(state->pre_input_hook);
113 Py_VISIT(state->pre_input_hook);
406 return set_hook("pre_input_hook", &readlinestate_global->pre_input_hook, args);
922 r = on_hook(readlinestate_global->pre_input_hook);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 229 static PyObject *pre_input_hook = NULL; variable
279 return set_hook("pre_input_hook", &pre_input_hook, args);
284 Set or remove the pre_input_hook function.\n\
748 return on_hook(pre_input_hook);
  /external/python/cpython2/Modules/
readline.c 235 static PyObject *pre_input_hook = NULL; variable
285 return set_hook("pre_input_hook", &pre_input_hook, args);
771 return on_hook(pre_input_hook);
    [all...]

Completed in 91 milliseconds