Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp456 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline
778 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()
804 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()
835 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()
841 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h292 unsigned char RecallHistory(HistoryOperation op);