HomeSort by: relevance | last modified time | path
    Searched defs:rl_startup_hook (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
readline.c 128 rl_hook_func_t *rl_startup_hook = NULL; variable in typeref:typename:rl_hook_func_t *
449 if (rl_startup_hook) {
450 (*rl_startup_hook)();

Completed in 12 milliseconds