Searched refs:rl_prep_term_function (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dcallback.c81 if (rl_prep_term_function)
82 (*rl_prep_term_function) (_rl_meta_flag);
H A Dsignals.c441 if (rl_prep_term_function)
442 (*rl_prep_term_function) (_rl_meta_flag);
H A Dreadline.c314 if (rl_prep_term_function)
315 (*rl_prep_term_function) (_rl_meta_flag);
H A Dreadline.h560 extern rl_vintfunc_t *rl_prep_term_function;
H A Drltty.c52 rl_vintfunc_t *rl_prep_term_function = rl_prep_terminal; variable
/freebsd-9.3-release/lib/libedit/edit/readline/
H A Dreadline.h137 extern VFunction *rl_prep_term_function;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-io.c512 tui_old_rl_prep_terminal = rl_prep_term_function;
518 rl_prep_term_function = tui_prep_terminal;
553 rl_prep_term_function = tui_old_rl_prep_terminal;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c556 rl_prep_term_function = null_prep_terminal;

Completed in 207 milliseconds