Searched refs:rl_getc_function (Results 1 – 5 of 5) sorted by relevance
770 = make_scoped_restore (&rl_getc_function, tui_mld_getc); in tui_mld_read_key()817 tui_old_rl_getc_function = rl_getc_function; in tui_setup_io()824 rl_getc_function = tui_getc; in tui_setup_io()860 rl_getc_function = tui_old_rl_getc_function; in tui_setup_io()
139 rl_getc_function
120 int (*rl_getc_function)(FILE *) = NULL; variable214 i = (*rl_getc_function)(rl_instream); in _getc_function()349 if (rl_getc_function) in rl_initialize()
157 extern int (*rl_getc_function)(FILE *);
47110 In TUI mode, gdb uses a custom rl_getc_function tui_getc.