Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance
478 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline810 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()838 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()871 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()877 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
320 unsigned char RecallHistory(HistoryOperation op);