Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/readline/
H A Dreadline.h131 extern rl_hook_func_t *rl_startup_hook;
/freebsd/contrib/libedit/
H A Dreadline.c126 rl_hook_func_t *rl_startup_hook = NULL; variable
447 if (rl_startup_hook) { in readline()
448 (*rl_startup_hook)(); in readline()