Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dmisc.c453 entry = (hpos == history_length) ? previous_history () : current_history (); in _rl_revert_all_lines()
471 entry = previous_history (); in _rl_revert_all_lines()
576 temp = previous_history ();
H A Dhistory.h152 extern HIST_ENTRY *previous_history PARAMS((void));
H A Dkill.c568 entry = previous_history ();
571 entry = previous_history ();
H A Dhistory.c183 previous_history () in previous_history() function
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dedit_readline.c98 h = previous_history(); in readline_cmd_handler()
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h183 HIST_ENTRY *previous_history(void);
/dragonfly/contrib/libedit/src/
H A Dreadline.c1753 previous_history(void) in previous_history() function