Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dedit.expsym185 rl_startup_hook
H A Dreadline.c129 rl_hook_func_t *rl_startup_hook = NULL; variable
450 if (rl_startup_hook) { in readline()
451 (*rl_startup_hook)(); in readline()
H A DChangeLog475 * readline.c: rl_startup_hook should be called each time. From
1100 rl_startup_hook before printing the first prompt as documented.
/freebsd/contrib/libedit/readline/
H A Dreadline.h130 extern rl_hook_func_t *rl_startup_hook;