Searched refs:rl_deprep_term_function (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dcallback.c199 if (rl_deprep_term_function)
200 (*rl_deprep_term_function) ();
229 if (rl_deprep_term_function)
230 (*rl_deprep_term_function) ();
H A Dsignals.c431 if (rl_deprep_term_function)
432 (*rl_deprep_term_function) ();
H A Dreadline.c322 if (rl_deprep_term_function)
323 (*rl_deprep_term_function) ();
H A Dreadline.h561 extern rl_voidfunc_t *rl_deprep_term_function;
H A Drltty.c53 rl_voidfunc_t *rl_deprep_term_function = rl_deprep_terminal; variable
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h138 extern VFunction *rl_deprep_term_function;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-io.c511 tui_old_rl_deprep_terminal = rl_deprep_term_function;
517 rl_deprep_term_function = tui_deprep_terminal;
552 rl_deprep_term_function = tui_old_rl_deprep_terminal;
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drlptytest.c147 rl_deprep_term_function = custom_deprep_term_function;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c557 rl_deprep_term_function = null_deprep_terminal;

Completed in 97 milliseconds