Searched refs:rl_he (Results 1 – 1 of 1) sorted by relevance
200 static HIST_ENTRY rl_he; in _move_history() local205 rl_he.line = ev.str; in _move_history()206 rl_he.data = NULL; in _move_history()208 return &rl_he; in _move_history()534 HIST_ENTRY *rl_he; in get_history_event() local544 if (!(rl_he = history_get(num))) in get_history_event()548 return rl_he->line; in get_history_event()