Searched refs:rl_deprep_term_function (Results 1 – 3 of 3) sorted by relevance
511 tui_old_rl_deprep_terminal = rl_deprep_term_function; in tui_setup_io()517 rl_deprep_term_function = tui_deprep_terminal; in tui_setup_io()552 rl_deprep_term_function = tui_old_rl_deprep_terminal; in tui_setup_io()
140 extern VFunction *rl_deprep_term_function;
127 VFunction *rl_deprep_term_function = (VFunction *)rl_deprep_terminal; variable