Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp469 unsigned char Editline::RecallHistory(HistoryOperation op) { in RecallHistory() function in Editline
789 return RecallHistory(HistoryOperation::Older); in PreviousLineCommand()
815 return RecallHistory(HistoryOperation::Newer); in NextLineCommand()
846 return RecallHistory(HistoryOperation::Older); in PreviousHistoryCommand()
852 return RecallHistory(HistoryOperation::Newer); in NextHistoryCommand()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DEditline.h290 unsigned char RecallHistory(HistoryOperation op);