Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1081 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { in DrawTitleBox() argument
1099 if (bottom_message && bottom_message[0]) { in DrawTitleBox()
1100 int bottom_message_length = strlen(bottom_message); in DrawTitleBox()
1106 PutCString(bottom_message); in DrawTitleBox()
1111 PutCStringTruncated(bottom_message, 1); in DrawTitleBox()
3343 const char *bottom_message; in WindowDelegateDraw() local
3345 bottom_message = "Press any key to exit"; in WindowDelegateDraw()
3347 bottom_message = "Use arrows to scroll, any other key to exit"; in WindowDelegateDraw()
3348 window.DrawTitleBox(window.GetName(), bottom_message); in WindowDelegateDraw()