Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1716 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1798 m_selection_type == SelectionType::RemoveButton; in DrawFields()
1859 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()
1878 m_selection_type = SelectionType::RemoveButton; in SelectNext()
1886 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()
1894 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1906 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1945 case SelectionType::RemoveButton: in FieldDelegateHandleChar()