Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp336 m_current_line_index = line_index; in SetCurrentLine()
363 for (unsigned index = 0; index < m_current_line_index; index++) { in GetLineIndexForLocation()
369 for (unsigned index = m_current_line_index; index < m_input_lines.size(); in GetLineIndexForLocation()
434 m_input_lines[m_current_line_index] = in SaveEditedLine()
512 m_current_line_index = (int)m_input_lines.size() - 1; in RecallHistory()
515 m_current_line_index = 0; in RecallHistory()
520 SetCurrentLine(m_current_line_index); in RecallHistory()
549 DisplayInput(m_current_line_index); in GetCharacter()
615 m_input_lines[m_current_line_index] = current_line; in BreakLineCommand()
629 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h345 unsigned m_current_line_index = 0; variable