Searched refs:SetCurrentLine (Results 1 – 5 of 5) sorted by relevance
340 void Editline::SetCurrentLine(int line_index) { in SetCurrentLine() function in Editline525 SetCurrentLine(m_current_line_index); in RecallHistory()658 SetCurrentLine(m_current_line_index + 1); in BreakLineCommand()758 SetCurrentLine(m_current_line_index - 1); in DeletePreviousCharCommand()792 SetCurrentLine(m_current_line_index - 1); in PreviousLineCommand()824 SetCurrentLine(m_current_line_index + 1); in NextLineCommand()886 SetCurrentLine(m_current_line_index); in FixIndentationCommand()908 SetCurrentLine(0); in BufferStartCommand()916 SetCurrentLine((int)m_input_lines.size() - 1); in BufferEndCommand()1491 SetCurrentLine(0); in GetLine()[all …]
153 tokenizer.SetCurrentLine(section.starting_line_number + 1); in ProcessRequireBlock()279 tokenizer.SetCurrentLine(section.starting_line_number); in ProcessIndicesBlock()322 tokenizer.SetCurrentLine(section.starting_line_number); in ProcessVertexDataBlock()
58 tokenizer_->SetCurrentLine(current_line); in CommandParser()
111 void SetCurrentLine(size_t line) { current_line_ = line; } in SetCurrentLine() function
230 void SetCurrentLine(int line_index);