Home
last modified time | relevance | path

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

/freebsd-src/contrib/libedit/readline/
H A Dreadline.h150 extern VFunction *rl_prep_term_function;
/freebsd-src/contrib/libedit/
H A Dreadline.c128 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal; variable
2575 if (rl_prep_term_function) in rl_reset_after_signal()
2576 (*rl_prep_term_function)(); in rl_reset_after_signal()