Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py607 if options.menu_char == options.exit_char:
612 MENUCHARACTER = chr(options.menu_char)
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3192 char menu_char = '\0'; in MenuDelegateAction() local
3194 menu_char = '1' + i; in MenuDelegateAction()
3207 nullptr, menu_char, thread_sp->GetID()))); in MenuDelegateAction()