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.cpp108 static int GetOperation(HistoryOperation op) { in GetOperation()
126 case HistoryOperation::Oldest: in GetOperation()
128 case HistoryOperation::Older: in GetOperation()
130 case HistoryOperation::Current: in GetOperation()
132 case HistoryOperation::Newer: in GetOperation()
134 case HistoryOperation::Newest: in GetOperation()
478 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory()
479 assert(op == HistoryOperation::Older || op == HistoryOperation::Newer); in RecallHistory()
490 case HistoryOperation::Newer: in RecallHistory()
492 case HistoryOperation::Older: { in RecallHistory()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h142 enum class HistoryOperation { enum
320 unsigned char RecallHistory(HistoryOperation op);