Searched refs:m_revert_cursor_index (Results 1 – 2 of 2) sorted by relevance
631 m_revert_cursor_index = 0; in BreakLineCommand()646 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()885 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()891 if (m_revert_cursor_index >= 0) { in RevertLineCommand()893 info->cursor = info->buffer + m_revert_cursor_index; in RevertLineCommand()897 m_revert_cursor_index = -1; in RevertLineCommand()906 m_revert_cursor_index = 0; in BufferStartCommand()1492 m_revert_cursor_index = -1; in GetLine()1533 m_revert_cursor_index = -1; in GetLines()
390 int m_revert_cursor_index = 0; variable