Searched refs:m_revert_cursor_index (Results 1 – 2 of 2) sorted by relevance
631 m_revert_cursor_index = 0; in BreakLineCommand()647 m_revert_cursor_index = GetIndentation(new_line_fragment); in BreakLineCommand()888 m_revert_cursor_index = cursor_position + indent_correction; in FixIndentationCommand()894 if (m_revert_cursor_index >= 0) { in RevertLineCommand()896 info->cursor = info->buffer + m_revert_cursor_index; in RevertLineCommand()900 m_revert_cursor_index = -1; in RevertLineCommand()909 m_revert_cursor_index = 0; in BufferStartCommand()1494 m_revert_cursor_index = -1; in GetLine()1535 m_revert_cursor_index = -1; in GetLines()
356 int m_revert_cursor_index = 0; variable