Home
last modified time | relevance | path

Searched refs:rl_prep_term_function (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcallback.c91 if (rl_prep_term_function) in _rl_callback_newline()
92 (*rl_prep_term_function) (_rl_meta_flag); in _rl_callback_newline()
H A Dsignals.c607 if (rl_prep_term_function) in rl_reset_after_signal()
608 (*rl_prep_term_function) (_rl_meta_flag); in rl_reset_after_signal()
H A Dreadline.c378 if (rl_prep_term_function) in readline()
379 (*rl_prep_term_function) (_rl_meta_flag); in readline()
H A Dreadline.h616 extern rl_vintfunc_t *rl_prep_term_function;
H A Drltty.c52 rl_vintfunc_t *rl_prep_term_function = rl_prep_terminal; variable
H A DCHANGES957 p. Fixed code so rl_prep_term_function and rl_deprep_term_function aren't
/netbsd-src/lib/libedit/readline/
H A Dreadline.h160 extern rl_vintfunc_t *rl_prep_term_function;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c568 rl_prep_term_function = null_prep_terminal; in main()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c568 rl_prep_term_function = null_prep_terminal; in main()
/netbsd-src/lib/libedit/
H A Dreadline.c130 rl_vintfunc_t *rl_prep_term_function = (rl_vintfunc_t *)rl_prep_terminal; variable
2577 if (rl_prep_term_function) in rl_reset_after_signal()
2578 (*rl_prep_term_function)(1); in rl_reset_after_signal()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi495 @deftypevar {rl_vintfunc_t *} rl_prep_term_function
506 @code{rl_prep_term_function}.
H A Dreadline.info1955 -- Variable: rl_vintfunc_t * rl_prep_term_function
1965 'rl_prep_term_function'. By default, this is set to
5040 * rl_prep_term_function: Readline Variables. (line 174)