Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1717 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1799 m_selection_type == SelectionType::RemoveButton; in DrawFields()
1860 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()
1879 m_selection_type = SelectionType::RemoveButton; in SelectNext()
1887 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()
1895 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1907 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1946 case SelectionType::RemoveButton: in FieldDelegateHandleChar()