Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6988 const size_t num_source_lines = GetNumSourceLines(); in WindowDelegateDraw() local
6989 if (num_source_lines > 0) { in WindowDelegateDraw()
7014 if (curr_line < num_source_lines) { in WindowDelegateDraw()