Home
last modified time | relevance | path

Searched refs:RecallHistory (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h274 unsigned char RecallHistory(HistoryOperation op);
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp458 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline
780 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()