Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1809 const char *button_text = "[New]"; in DrawNewButton() local
1810 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()
1816 surface.PutCString(button_text); in DrawNewButton()