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

/freebsd-10.2-release/contrib/libreadline/
H A Dmisc.c70 int _rl_history_saved_point = -1; variable
400 rl_point = (_rl_history_preserve_point && _rl_history_saved_point != -1)
401 ? _rl_history_saved_point
477 if (_rl_history_saved_point == -1 && (rl_point || rl_end))
478 _rl_history_saved_point = (rl_point == rl_end) ? -1 : rl_point;
514 if (_rl_history_saved_point == -1 && (rl_point || rl_end))
515 _rl_history_saved_point = (rl_point == rl_end) ? -1 : rl_point;
H A Drlprivate.h374 extern int _rl_history_saved_point;
H A Dtext.c928 _rl_history_saved_point = (rl_point == rl_end) ? -1 : rl_point;

Completed in 35 milliseconds