Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance
456 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline778 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()804 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()835 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()841 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
292 unsigned char RecallHistory(HistoryOperation op);