Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7076 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw() local
7077 int desc_x = window_width - stop_description_len - 16; in WindowDelegateDraw()
7080 window.MoveCursor(window_width - stop_description_len - 16, in WindowDelegateDraw()
7229 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw() local
7230 int desc_x = window_width - stop_description_len - 16; in WindowDelegateDraw()
7233 window.MoveCursor(window_width - stop_description_len - 15, in WindowDelegateDraw()