Searched refs:rl_deprep_term_function (Results 1 – 6 of 6) sorted by relevance
815 tui_old_rl_deprep_terminal = rl_deprep_term_function; in tui_setup_io()822 rl_deprep_term_function = tui_deprep_terminal; in tui_setup_io()858 rl_deprep_term_function = tui_old_rl_deprep_terminal; in tui_setup_io()
120 rl_deprep_term_function
131 rl_voidfunc_t *rl_deprep_term_function = (rl_voidfunc_t *)rl_deprep_terminal; variable
161 extern rl_voidfunc_t *rl_deprep_term_function;
2140 rl_deprep_term_function = gdb_rl_deprep_term_function; in init_main()
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