Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp639 void DrawTitleBox(const char *title, const char *bottom_message = nullptr) { in DrawTitleBox() argument
657 if (bottom_message && bottom_message[0]) { in DrawTitleBox()
658 int bottom_message_length = strlen(bottom_message); in DrawTitleBox()
664 PutCString(bottom_message); in DrawTitleBox()
669 PutCStringTruncated(1, bottom_message); in DrawTitleBox()
2929 const char *bottom_message; in WindowDelegateDraw() local
2931 bottom_message = "Press any key to exit"; in WindowDelegateDraw()
2933 bottom_message = "Use arrows to scroll, any other key to exit"; in WindowDelegateDraw()
2934 window.DrawTitleBox(window.GetName(), bottom_message); in WindowDelegateDraw()
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs533 let (label_style, range, bottom_message) = match label { in render_snippet_source()
585 match bottom_message { in render_snippet_source()