Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp453 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline
772 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()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h272 unsigned char RecallHistory(HistoryOperation op);