Home
last modified time | relevance | path

Searched refs:rl_deprep_term_function (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcallback.c284 if (rl_deprep_term_function) in rl_callback_read_char()
285 (*rl_deprep_term_function) (); in rl_callback_read_char()
317 if (rl_deprep_term_function) in rl_callback_handler_remove()
318 (*rl_deprep_term_function) (); in rl_callback_handler_remove()
H A Dsignals.c597 if (rl_deprep_term_function) in rl_cleanup_after_signal()
598 (*rl_deprep_term_function) (); in rl_cleanup_after_signal()
H A Dreadline.c386 if (rl_deprep_term_function) in readline()
387 (*rl_deprep_term_function) (); in readline()
H A Dreadline.h617 extern rl_voidfunc_t *rl_deprep_term_function;
H A Drltty.c53 rl_voidfunc_t *rl_deprep_term_function = rl_deprep_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.h161 extern rl_voidfunc_t *rl_deprep_term_function;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c154 rl_deprep_term_function = custom_deprep_term_function; in init_readline()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c154 rl_deprep_term_function = custom_deprep_term_function; in init_readline()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c569 rl_deprep_term_function = null_deprep_terminal; in main()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c569 rl_deprep_term_function = null_deprep_terminal; in main()
/netbsd-src/lib/libedit/
H A Dreadline.c131 rl_voidfunc_t *rl_deprep_term_function = (rl_voidfunc_t *)rl_deprep_terminal; variable
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi503 @deftypevar {rl_voidfunc_t *} rl_deprep_term_function
1429 to by the value of @code{rl_deprep_term_function} should be called before
H A Dreadline.info1962 -- Variable: rl_voidfunc_t * rl_deprep_term_function
2825 'rl_deprep_term_function' should be called before the program exits
4916 * rl_deprep_term_function: Readline Variables. (line 181)
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git128205 In this commit I extend GDB to use readline's rl_deprep_term_function
138074 rl_deprep_term_function hook. It is this hook that usually calls