Searched refs:rl_event_hook (Results 1 – 5 of 5) sorted by relevance
86 rl_hook_func_t *rl_event_hook = (rl_hook_func_t *)NULL; variable435 if (rl_event_hook) in rl_read_key()437 while (rl_event_hook && rl_get_char (&c) == 0) in rl_read_key()439 (*rl_event_hook) (); in rl_read_key()
552 extern rl_hook_func_t *rl_event_hook;
325 nn. Fixed a problem with EOF detection when using rl_event_hook.404 g. Fixed the event loop (rl_event_hook) to handle the case where the input639 ee. If a hook function assigned to rl_event_hook sets rl_done to a non-zero
83 VFunction *rl_event_hook = NULL; variable391 if (rl_event_hook && !(e->el_flags&NO_TTY)) { in readline()396 if (!rl_event_hook && used_event_hook) { in readline()2037 while (rl_event_hook) { in _rl_event_read_char()2039 (*rl_event_hook)(); in _rl_event_read_char()2068 if (!rl_event_hook) in _rl_event_read_char()
426 @deftypevar {rl_hook_func_t *} rl_event_hook1006 the @code{rl_event_hook} variable.1036 assigned to @code{rl_event_hook}. @var{u} must be greater than or equal