Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp1547 int choices_to_draw = GetLastVisibleChoice() - m_first_visibile_choice + 1; in DrawContent() local
1548 for (int i = 0; i < choices_to_draw; i++) { in DrawContent()