Searched refs:readlinestate_global (Results 1 – 1 of 1) sorted by relevance
126 #define readlinestate_global ((readlinestate *)PyModule_GetState(PyState_FindModule(&readlinemodule… macro361 &readlinestate_global->completion_display_matches_hook, args); in set_completion_display_matches_hook()366 readlinestate_global->completion_display_matches_hook ? in set_completion_display_matches_hook()387 return set_hook("startup_hook", &readlinestate_global->startup_hook, args); in set_startup_hook()404 return set_hook("pre_input_hook", &readlinestate_global->pre_input_hook, args); in set_pre_input_hook()434 Py_INCREF(readlinestate_global->begidx); in get_begidx()435 return readlinestate_global->begidx; in get_begidx()448 Py_INCREF(readlinestate_global->endidx); in get_endidx()449 return readlinestate_global->endidx; in get_endidx()640 return set_hook("completer", &readlinestate_global->completer, args); in set_completer()[all …]