Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp351 void Editline::SetCurrentLine(int line_index) { in SetCurrentLine() function in Editline
536 SetCurrentLine(m_current_line_index); in RecallHistory()
668 SetCurrentLine(m_current_line_index + 1); in BreakLineCommand()
767 SetCurrentLine(m_current_line_index - 1); in DeletePreviousCharCommand()
801 SetCurrentLine(m_current_line_index - 1); in PreviousLineCommand()
832 SetCurrentLine(m_current_line_index + 1); in NextLineCommand()
894 SetCurrentLine(m_current_line_index); in FixIndentationCommand()
916 SetCurrentLine(0); in BufferStartCommand()
924 SetCurrentLine((int)m_input_lines.size() - 1); in BufferEndCommand()
1516 SetCurrentLine(0); in GetLine()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DEditline.h246 void SetCurrentLine(int line_index);