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

/freebsd-10.2-release/contrib/libreadline/
H A Dterminal.c132 char *_rl_term_up; variable
398 { "up", &_rl_term_up },
487 _rl_term_up = _rl_term_dc = _rl_term_DC = _rl_visible_bell = (char *)NULL;
501 UP = _rl_term_up;
512 UP = _rl_term_up;
H A Drlprivate.h407 extern char *_rl_term_up;
H A Ddisplay.c804 else if (c == '\n' && _rl_horizontal_scroll_mode == 0 && _rl_term_up && *_rl_term_up)
891 if (_rl_horizontal_scroll_mode == 0 && _rl_term_up && *_rl_term_up)
996 /* If we moved up to the line with the prompt using _rl_term_up,
1907 if (_rl_term_up && *_rl_term_up)
1909 tputs (_rl_term_up, 1, _rl_output_character_function);

Completed in 184 milliseconds