Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp477 std::vector<EditLineStringType> new_input_lines; in RecallHistory() local
507 new_input_lines = m_live_history_lines; in RecallHistory()
518 new_input_lines = SplitLines(history_event.str); in RecallHistory()
522 m_input_lines = new_input_lines; in RecallHistory()