Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp478 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline
810 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()
838 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()
871 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()
877 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h320 unsigned char RecallHistory(HistoryOperation op);