Searched refs:after_char_processing_hook (Results 1 – 5 of 5) sorted by relevance
174 if (after_char_processing_hook) in tui_command_loop()175 (*after_char_processing_hook) (); in tui_command_loop()
993 if (event_loop_p && after_char_processing_hook) in gdb_readline_wrapper()995 rl_pre_input_hook = (Function *) after_char_processing_hook; in gdb_readline_wrapper()996 after_char_processing_hook = NULL; in gdb_readline_wrapper()1102 after_char_processing_hook = NULL; in gdb_rl_operate_and_get_next_completion()1119 after_char_processing_hook = gdb_rl_operate_and_get_next_completion; in gdb_rl_operate_and_get_next()
120 extern void (*after_char_processing_hook) (void);
157 void (*after_char_processing_hook) (); variable167 if (after_char_processing_hook) in rl_callback_read_char_wrapper()168 (*after_char_processing_hook) (); in rl_callback_read_char_wrapper()
417 if (after_char_processing_hook) in start_event_loop()418 (*after_char_processing_hook) (); in start_event_loop()