Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance
469 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline789 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()815 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()846 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()852 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
290 unsigned char RecallHistory(HistoryOperation op);