Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp91 static int GetOperation(HistoryOperation op) { in GetOperation()
109 case HistoryOperation::Oldest: in GetOperation()
111 case HistoryOperation::Older: in GetOperation()
113 case HistoryOperation::Current: in GetOperation()
115 case HistoryOperation::Newer: in GetOperation()
117 case HistoryOperation::Newest: in GetOperation()
456 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory()
457 assert(op == HistoryOperation::Older || op == HistoryOperation::Newer); in RecallHistory()
468 case HistoryOperation::Newer: in RecallHistory()
470 case HistoryOperation::Older: { in RecallHistory()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h142 enum class HistoryOperation { enum
292 unsigned char RecallHistory(HistoryOperation op);