Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4084 Menu::Type menu_type = GetType(); in WindowDelegateDraw() local
4085 switch (menu_type) { in WindowDelegateDraw()
4135 Menu::Type menu_type = GetType(); in WindowDelegateHandleChar() local
4136 if (menu_type == Menu::Type::Bar) { in WindowDelegateHandleChar()
4202 } else if (menu_type == Menu::Type::Item) { in WindowDelegateHandleChar()
4261 } else if (menu_type == Menu::Type::Separator) { in WindowDelegateHandleChar()