Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c175 static HIST_ENTRY *_move_history(int);
197 _move_history(int op) in _move_history() function
1516 return _move_history(H_CURR); in current_history()
1581 return _move_history(H_PREV); in previous_history()
1592 return _move_history(H_NEXT); in next_history()