Searched refs:rl_deprep_term_function (Results 1 – 8 of 8) sorted by relevance
214 if (rl_deprep_term_function) in rl_callback_read_char()215 (*rl_deprep_term_function) (); in rl_callback_read_char()245 if (rl_deprep_term_function) in rl_callback_handler_remove()246 (*rl_deprep_term_function) (); in rl_callback_handler_remove()
479 if (rl_deprep_term_function) in rl_cleanup_after_signal()480 (*rl_deprep_term_function) (); in rl_cleanup_after_signal()
343 if (rl_deprep_term_function)344 (*rl_deprep_term_function) ();
570 extern rl_voidfunc_t *rl_deprep_term_function;
53 rl_voidfunc_t *rl_deprep_term_function = rl_deprep_terminal; variable
518 tui_old_rl_deprep_terminal = rl_deprep_term_function; in tui_setup_io()524 rl_deprep_term_function = tui_deprep_terminal; in tui_setup_io()561 rl_deprep_term_function = tui_old_rl_deprep_terminal; in tui_setup_io()
151 extern VFunction *rl_deprep_term_function;
133 VFunction *rl_deprep_term_function = (VFunction *)rl_deprep_terminal; variable