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

  /src/external/gpl3/gdb/dist/readline/readline/
rltypedefs.h 68 typedef int rl_hook_func_t (void); typedef
80 #define rl_ivoidfunc_t rl_hook_func_t
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltypedefs.h 68 typedef int rl_hook_func_t (void); typedef
80 #define rl_ivoidfunc_t rl_hook_func_t
  /src/lib/libedit/readline/
readline.h 48 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;

Completed in 70 milliseconds