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

/freebsd-9.3-release/lib/libedit/
H A Dreadline.c167 static HIST_ENTRY *_move_history(int);
189 _move_history(int op) function
1498 return (_move_history(H_CURR));
1563 return (_move_history(H_PREV));
1574 return (_move_history(H_NEXT));

Completed in 54 milliseconds