Searched refs:rl_startup_hook (Results 1 – 4 of 4) sorted by relevance
185 rl_startup_hook
129 rl_hook_func_t *rl_startup_hook = NULL; variable450 if (rl_startup_hook) { in readline()451 (*rl_startup_hook)(); in readline()
475 * readline.c: rl_startup_hook should be called each time. From1100 rl_startup_hook before printing the first prompt as documented.
130 extern rl_hook_func_t *rl_startup_hook;