Home
last modified time | relevance | path

Searched refs:set_hook (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A Dreadline.c399 set_hook(const char *funcname, PyObject **hook_var, PyObject *function) in set_hook() function
435 PyObject *result = set_hook("completion_display_matches_hook", in readline_set_completion_display_matches_hook_impl()
469 return set_hook("startup_hook", &readlinestate_global->startup_hook, in readline_set_startup_hook_impl()
494 return set_hook("pre_input_hook", &readlinestate_global->pre_input_hook, in readline_set_pre_input_hook_impl()
771 return set_hook("completer", &readlinestate_global->completer, function); in readline_set_completer_impl()
/third_party/rust/crates/bindgen/bindgen-cli/
H A Dmain.rs44 std::panic::set_hook(Box::new(move |info| { in main()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs10972 panic::set_hook(Box::new(move |info| { in panic_safe()
[all...]

Completed in 57 milliseconds