Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance
453 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline772 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()798 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()830 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()836 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
272 unsigned char RecallHistory(HistoryOperation op);