Searched refs:_rl_term_clreol (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/libreadline/
H A Dterminal.c108 char *_rl_term_clreol; variable
376 { "ce", &_rl_term_clreol },
430 _rl_term_clrpag = _rl_term_cr = _rl_term_clreol = (char *)NULL;
H A Drlprivate.h401 extern char *_rl_term_clreol;
H A Ddisplay.c2169 if (_rl_term_clreol)
2170 tputs (_rl_term_clreol, 1, _rl_output_character_function);
2365 if (_rl_term_clreol)
2366 tputs (_rl_term_clreol, 1, _rl_output_character_function);

Completed in 53 milliseconds