Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c516 tui_old_rl_prep_terminal = rl_prep_term_function; in tui_setup_io()
522 rl_prep_term_function = tui_prep_terminal; in tui_setup_io()
557 rl_prep_term_function = tui_old_rl_prep_terminal; in tui_setup_io()
/openbsd/gnu/lib/libreadline/
H A Dcallback.c75 (*rl_prep_term_function) (_rl_meta_flag); in _rl_callback_newline()
H A Dsignals.c374 (*rl_prep_term_function) (_rl_meta_flag); in rl_reset_after_signal()
H A Dreadline.h538 extern rl_vintfunc_t *rl_prep_term_function;
H A Dreadline.c293 (*rl_prep_term_function) (_rl_meta_flag);
H A Drltty.c50 rl_vintfunc_t *rl_prep_term_function = rl_prep_terminal; variable
/openbsd/lib/libedit/readline/
H A Dreadline.h136 extern VFunction *rl_prep_term_function;
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c607 rl_prep_term_function = null_prep_terminal; in main()
/openbsd/lib/libedit/
H A Dreadline.c118 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal; variable
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo437 @deftypevar {rl_vintfunc_t *} rl_prep_term_function
448 @code{rl_prep_term_function}.