Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp631 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h390 int m_revert_cursor_index = 0; variable