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

/external/libedit/src/editline/
H A Dreadline.h121 extern Function *rl_startup_hook;
/external/libedit/src/
H A Dreadline.c127 Function *rl_startup_hook = NULL; variable
372 if (rl_startup_hook)
373 (*rl_startup_hook)(NULL, 0);

Completed in 86 milliseconds