Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1808 const char *button_text = "[New]"; in DrawNewButton() local
1809 int x = (surface.GetWidth() - sizeof(button_text) - 1) / 2; in DrawNewButton()
1815 surface.PutCString(button_text); in DrawNewButton()