Home
last modified time | relevance | path

Searched refs:rl_hook_func_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libedit/readline/
H A Dreadline.h48 typedef int rl_hook_func_t(void); typedef
129 extern rl_hook_func_t *rl_pre_input_hook;
130 extern rl_hook_func_t *rl_startup_hook;
136 extern rl_hook_func_t *rl_startup1_hook;
162 extern rl_hook_func_t *rl_event_hook;
/freebsd/contrib/libedit/
H A Dreadline.c86 rl_hook_func_t *rl_event_hook = NULL;
118 rl_hook_func_t *rl_pre_input_hook = NULL;
119 rl_hook_func_t *rl_startup1_hook = NULL;
128 rl_hook_func_t *rl_startup_hook = NULL;