Searched refs:startup_hook (Results 1 – 4 of 4) sorted by relevance
82 PyObject *startup_hook; member98 Py_CLEAR(state->startup_hook); in readline_clear()111 Py_VISIT(state->startup_hook); in readline_traverse()388 return set_hook("startup_hook", &readlinestate_global->startup_hook, args); in set_startup_hook()900 r = on_hook(readlinestate_global->startup_hook); in on_startup_hook()
232 static PyObject *startup_hook = NULL; variable268 return set_hook("startup_hook", &startup_hook, args); in set_startup_hook()760 return on_hook(startup_hook); in on_startup_hook()
6497 - readline now supports setting the startup_hook and the
23876 - readline now supports setting the startup_hook and the