Searched refs:ACS_DIAMOND (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1148 surface.PutChar(ACS_DIAMOND);
1471 surface.PutChar(m_content ? ACS_DIAMOND : ' ');
1555 surface.PutChar(current_choice == m_choice ? ACS_DIAMOND : ' ');
2577 surface.PutChar(ACS_DIAMOND);
4561 window.PutChar(ACS_DIAMOND);
4722 window.PutChar(ACS_DIAMOND);
7019 window.PutChar(ACS_DIAMOND);
7167 window.PutChar(ACS_DIAMOND);
/openbsd-current/lib/libcurses/
H A Dcurses.h365 #define ACS_DIAMOND NCURSES_ACS('`') /* diamond */ macro

Completed in 219 milliseconds