Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp413 void VerticalLine(int n, chtype v_char = ACS_VLINE) { in VerticalLine() argument
414 ::wvline(m_window, v_char, n); in VerticalLine()
419 void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in Box() argument
420 ::box(m_window, v_char, h_char); in Box()
423 void TitledBox(const char *title, chtype v_char = ACS_VLINE, in TitledBox() argument
425 Box(v_char, h_char); in TitledBox()
433 void Box(const Rect &bounds, chtype v_char = ACS_VLINE, in Box() argument
454 chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in TitledBox() argument
455 Box(bounds, v_char, h_char); in TitledBox()