Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Ddialog.h74 #ifndef ACS_VLINE
75 #define ACS_VLINE '|' macro
Dutil.c428 waddch(win, border | ACS_VLINE); in draw_box()
430 waddch(win, box | ACS_VLINE); in draw_box()
/external/python/cpython2/Lib/curses/
Dtextpad.py10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
/external/python/cpython3/Lib/curses/
Dtextpad.py10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp391 void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in Box()
1593 window.PutChar(ACS_VLINE); in DrawTreeForChild()
1772 window.PutChar(ACS_VLINE); in DrawTreeForChild()
3658 window.PutChar(ACS_VLINE); in WindowDelegateDraw()
3801 window.PutChar(ACS_VLINE); in WindowDelegateDraw()
/external/python/cpython3/Modules/
D_cursesmodule.c3137 SetDictInt("ACS_VLINE", (ACS_VLINE)); in _curses_initscr_impl()
3168 SetDictInt("ACS_SBSB", (ACS_VLINE)); in _curses_initscr_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c1996 SetDictInt("ACS_VLINE", (ACS_VLINE)); in PyCurses_InitScr()
2027 SetDictInt("ACS_SBSB", (ACS_VLINE)); in PyCurses_InitScr()
/external/python/cpython2/Doc/library/
Dcurses.rst750 | *ls* | Left side | :const:`ACS_VLINE` |
752 | *rs* | Right side | :const:`ACS_VLINE` |
1626 | ``ACS_VLINE`` | vertical line |
/external/python/cpython3/Doc/library/
Dcurses.rst805 | *ls* | Left side | :const:`ACS_VLINE` |
807 | *rs* | Right side | :const:`ACS_VLINE` |
1722 | ``ACS_VLINE`` | vertical line |