Home
last modified time | relevance | path

Searched refs:rl_hook_func_t (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/lib/libedit/readline/
H A Dreadline.h48 typedef int rl_hook_func_t(void); typedef
129 extern rl_hook_func_t *rl_pre_input_hook;
130 extern rl_hook_func_t *rl_startup_hook;
136 extern rl_hook_func_t *rl_startup1_hook;
162 extern rl_hook_func_t *rl_event_hook;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dinput.c87 rl_hook_func_t *rl_event_hook = (rl_hook_func_t *)NULL;
90 rl_hook_func_t *rl_signal_event_hook = (rl_hook_func_t *)NULL;
94 rl_hook_func_t *rl_input_available_hook = (rl_hook_func_t *)NULL;
H A Drltypedefs.h68 typedef int rl_hook_func_t PARAMS((void));
80 #define rl_ivoidfunc_t rl_hook_func_t
H A Dreadline.h592 extern rl_hook_func_t *rl_startup_hook;
597 extern rl_hook_func_t *rl_pre_input_hook;
601 extern rl_hook_func_t *rl_event_hook;
604 extern rl_hook_func_t *rl_signal_event_hook;
608 extern rl_hook_func_t *rl_input_available_hook;
H A Dreadline.c203 rl_hook_func_t *rl_startup_hook = (rl_hook_func_t *)NULL;
207 rl_hook_func_t *_rl_internal_startup_hook = (rl_hook_func_t *)NULL;
212 rl_hook_func_t *rl_pre_input_hook = (rl_hook_func_t *)NULL;
H A Dmisc.c644 static rl_hook_func_t *_rl_saved_internal_startup_hook = 0;
H A Drlprivate.h553 extern rl_hook_func_t *_rl_internal_startup_hook;
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Drltypedefs.h68 typedef int rl_hook_func_t PARAMS((void));
80 #define rl_ivoidfunc_t rl_hook_func_t
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl.c68 rl_startup_hook = (rl_hook_func_t *)NULL; in set_deftext()
H A Drlevent.c82 rl_startup_hook = (rl_hook_func_t *)NULL; in set_deftext()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl.c68 rl_startup_hook = (rl_hook_func_t *)NULL; in set_deftext()
H A Drlevent.c82 rl_startup_hook = (rl_hook_func_t *)NULL; in set_deftext()
/netbsd-src/lib/libedit/
H A Dreadline.c86 rl_hook_func_t *rl_event_hook = NULL;
118 rl_hook_func_t *rl_pre_input_hook = NULL;
119 rl_hook_func_t *rl_startup1_hook = NULL;
128 rl_hook_func_t *rl_startup_hook = NULL;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi245 @item typedef int rl_hook_func_t (void);
252 @item #define rl_ivoidfunc_t rl_hook_func_t
434 @deftypevar {rl_hook_func_t *} rl_startup_hook
439 @deftypevar {rl_hook_func_t *} rl_pre_input_hook
445 @deftypevar {rl_hook_func_t *} rl_event_hook
461 @deftypevar {rl_hook_func_t *} rl_signal_event_hook
466 @deftypevar {rl_hook_func_t *} rl_input_available_hook
H A Dreadline.info1734 'typedef int rl_hook_func_t (void);'
1741 '#define rl_ivoidfunc_t rl_hook_func_t'
1902 -- Variable: rl_hook_func_t * rl_startup_hook
1906 -- Variable: rl_hook_func_t * rl_pre_input_hook
1911 -- Variable: rl_hook_func_t * rl_event_hook
1924 -- Variable: rl_hook_func_t * rl_signal_event_hook
1928 -- Variable: rl_hook_func_t * rl_input_available_hook