Home
last modified time | relevance | path

Searched refs:rl_voidfunc_t (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/lib/libedit/readline/
H A Dreadline.h41 typedef void rl_voidfunc_t(void); typedef
158 extern rl_voidfunc_t *rl_redisplay_function;
161 extern rl_voidfunc_t *rl_deprep_term_function;
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Drltypedefs.h84 typedef void rl_voidfunc_t PARAMS((void));
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drltypedefs.h84 typedef void rl_voidfunc_t PARAMS((void));
H A Dreadline.h614 extern rl_voidfunc_t *rl_redisplay_function;
617 extern rl_voidfunc_t *rl_deprep_term_function;
H A Drltty.c53 rl_voidfunc_t *rl_deprep_term_function = rl_deprep_terminal;
H A Ddisplay.c169 rl_voidfunc_t *rl_redisplay_function = rl_redisplay;
/netbsd-src/lib/libedit/
H A Dreadline.c127 rl_voidfunc_t *rl_redisplay_function = NULL;
131 rl_voidfunc_t *rl_deprep_term_function = (rl_voidfunc_t *)rl_deprep_terminal;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi256 @item typedef void rl_voidfunc_t (void);
488 @deftypevar {rl_voidfunc_t *} rl_redisplay_function
503 @deftypevar {rl_voidfunc_t *} rl_deprep_term_function
H A Dreadline.info1745 'typedef void rl_voidfunc_t (void);'
1949 -- Variable: rl_voidfunc_t * rl_redisplay_function
1962 -- Variable: rl_voidfunc_t * rl_deprep_term_function