Searched refs:previous_history (Results 1 – 5 of 5) sorted by relevance
103 } while (previous_history()); in AddHistory()
160 HIST_ENTRY *previous_history(void);
98 h = previous_history(); in readline_cmd_handler()
334 for (he = current_history(); he != NULL; he = previous_history()) { in com_history()
1578 previous_history(void) in previous_history() function