Home
last modified time | relevance | path

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

/netbsd/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.c568 if (rl_prep_term_function) in rl_reset_after_signal()
569 (*rl_prep_term_function) (_rl_meta_flag); in rl_reset_after_signal()
H A Dreadline.c370 if (rl_prep_term_function) in readline()
371 (*rl_prep_term_function) (_rl_meta_flag); in readline()
H A Dreadline.h602 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 DCHANGES834 p. Fixed code so rl_prep_term_function and rl_deprep_term_function aren't
/netbsd/external/gpl3/gdb.old/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.c568 if (rl_prep_term_function) in rl_reset_after_signal()
569 (*rl_prep_term_function) (_rl_meta_flag); in rl_reset_after_signal()
H A Dreadline.c370 if (rl_prep_term_function) in readline()
371 (*rl_prep_term_function) (_rl_meta_flag); in readline()
H A Dreadline.h602 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 DCHANGES834 p. Fixed code so rl_prep_term_function and rl_deprep_term_function aren't
/netbsd/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c756 tui_old_rl_prep_terminal = rl_prep_term_function; in tui_setup_io()
763 rl_prep_term_function = tui_prep_terminal; in tui_setup_io()
801 rl_prep_term_function = tui_old_rl_prep_terminal; in tui_setup_io()
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c756 tui_old_rl_prep_terminal = rl_prep_term_function; in tui_setup_io()
763 rl_prep_term_function = tui_prep_terminal; in tui_setup_io()
801 rl_prep_term_function = tui_old_rl_prep_terminal; in tui_setup_io()
/netbsd/lib/libedit/readline/
H A Dreadline.h160 extern rl_vintfunc_t *rl_prep_term_function;
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c568 rl_prep_term_function = null_prep_terminal; in main()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Drlfe.c568 rl_prep_term_function = null_prep_terminal; in main()
/netbsd/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/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi487 @deftypevar {rl_vintfunc_t *} rl_prep_term_function
498 @code{rl_prep_term_function}.
/netbsd/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Drltech.texi487 @deftypevar {rl_vintfunc_t *} rl_prep_term_function
498 @code{rl_prep_term_function}.