Searched refs:m_cursor_index (Results 1 – 2 of 2) sorted by relevance
144 m_cursor_index--; in ShiftArguments()152 m_cursor_index++; in AppendEmptyArgument()156 size_t GetCursorIndex() const { return m_cursor_index; } in GetCursorIndex()229 size_t m_cursor_index; variable
28 m_cursor_index = 0; in CompletionRequest()31 m_cursor_index = GetParsedLine().GetArgumentCount() - 1U; in CompletionRequest()33 strlen(GetParsedLine().GetArgumentAtIndex(m_cursor_index)); in CompletionRequest()