Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1718 enum class SelectionType { Field, RemoveButton, NewButton }; enumerator
1800 m_selection_type == SelectionType::RemoveButton; in DrawFields()
1861 if (m_selection_type == SelectionType::RemoveButton) { in SelectNext()
1880 m_selection_type = SelectionType::RemoveButton; in SelectNext()
1888 if (m_selection_type == SelectionType::RemoveButton) { in SelectPrevious()
1896 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1908 m_selection_type = SelectionType::RemoveButton; in SelectPrevious()
1947 case SelectionType::RemoveButton: in FieldDelegateHandleChar()