Searched refs:rl_deprep_term_function (Results 1 – 15 of 15) sorted by relevance
284 if (rl_deprep_term_function) in rl_callback_read_char()285 (*rl_deprep_term_function) (); in rl_callback_read_char()317 if (rl_deprep_term_function) in rl_callback_handler_remove()318 (*rl_deprep_term_function) (); in rl_callback_handler_remove()
597 if (rl_deprep_term_function) in rl_cleanup_after_signal()598 (*rl_deprep_term_function) (); in rl_cleanup_after_signal()
386 if (rl_deprep_term_function) in readline()387 (*rl_deprep_term_function) (); in readline()
617 extern rl_voidfunc_t *rl_deprep_term_function;
53 rl_voidfunc_t *rl_deprep_term_function = rl_deprep_terminal; variable
957 p. Fixed code so rl_prep_term_function and rl_deprep_term_function aren't
161 extern rl_voidfunc_t *rl_deprep_term_function;
154 rl_deprep_term_function = custom_deprep_term_function; in init_readline()
569 rl_deprep_term_function = null_deprep_terminal; in main()
131 rl_voidfunc_t *rl_deprep_term_function = (rl_voidfunc_t *)rl_deprep_terminal; variable
503 @deftypevar {rl_voidfunc_t *} rl_deprep_term_function1429 to by the value of @code{rl_deprep_term_function} should be called before
1962 -- Variable: rl_voidfunc_t * rl_deprep_term_function2825 'rl_deprep_term_function' should be called before the program exits4916 * rl_deprep_term_function: Readline Variables. (line 181)
128205 In this commit I extend GDB to use readline's rl_deprep_term_function138074 rl_deprep_term_function hook. It is this hook that usually calls