Home
last modified time | relevance | path

Searched refs:rl_prep_terminal (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libedit/readline/
H A Dreadline.h189 void rl_prep_terminal(int);
/openbsd/gnu/lib/libreadline/
H A Drltty.c50 rl_vintfunc_t *rl_prep_term_function = rl_prep_terminal;
631 rl_prep_terminal (meta_flag) in rl_prep_terminal() function
H A Dreadline.h384 extern void rl_prep_terminal PARAMS((int));
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A Dtui.c101 rl_prep_terminal (0); in tui_rl_switch_mode()
/openbsd/lib/libedit/
H A Dreadline.c59 void rl_prep_terminal(int);
118 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal;
2019 rl_prep_terminal(int meta_flag) in rl_prep_terminal() function
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo441 By default, this is set to @code{rl_prep_terminal}
983 @deftypefun void rl_prep_terminal (int meta_flag)
991 Undo the effects of @code{rl_prep_terminal()}, leaving the terminal in
993 @code{rl_prep_terminal()}.