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

/freebsd-13-stable/contrib/libedit/readline/
H A Dreadline.h121 extern Function *rl_pre_input_hook;
/freebsd-13-stable/contrib/libedit/
H A Dreadline.c114 Function *rl_pre_input_hook = NULL; variable
435 if (rl_pre_input_hook)
436 (*rl_pre_input_hook)(NULL, 0);

Completed in 55 milliseconds