Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6966 const size_t num_source_lines = GetNumSourceLines(); in WindowDelegateDraw() local
6967 if (num_source_lines > 0) { in WindowDelegateDraw()
6992 if (curr_line < num_source_lines) { in WindowDelegateDraw()