Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance
274 unsigned char RecallHistory(HistoryOperation op);
458 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline780 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()806 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()838 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()844 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()