Searched refs:rl_prep_term_function (Results 1 – 12 of 12) sorted by relevance
91 if (rl_prep_term_function) in _rl_callback_newline()92 (*rl_prep_term_function) (_rl_meta_flag); in _rl_callback_newline()
607 if (rl_prep_term_function) in rl_reset_after_signal()608 (*rl_prep_term_function) (_rl_meta_flag); in rl_reset_after_signal()
378 if (rl_prep_term_function) in readline()379 (*rl_prep_term_function) (_rl_meta_flag); in readline()
616 extern rl_vintfunc_t *rl_prep_term_function;
52 rl_vintfunc_t *rl_prep_term_function = rl_prep_terminal; variable
957 p. Fixed code so rl_prep_term_function and rl_deprep_term_function aren't
160 extern rl_vintfunc_t *rl_prep_term_function;
568 rl_prep_term_function = null_prep_terminal; in main()
130 rl_vintfunc_t *rl_prep_term_function = (rl_vintfunc_t *)rl_prep_terminal; variable2577 if (rl_prep_term_function) in rl_reset_after_signal()2578 (*rl_prep_term_function)(1); in rl_reset_after_signal()
495 @deftypevar {rl_vintfunc_t *} rl_prep_term_function506 @code{rl_prep_term_function}.
1955 -- Variable: rl_vintfunc_t * rl_prep_term_function1965 'rl_prep_term_function'. By default, this is set to5040 * rl_prep_term_function: Readline Variables. (line 174)