Searched refs:ACS_HLINE (Results 1 – 22 of 22) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | arrows.c | 134 (void) whline(win, dlg_boxchar(ACS_HLINE), ON_LEFT); in dlg_draw_arrows2() 146 (void) whline(win, dlg_boxchar(ACS_HLINE), ON_LEFT); in dlg_draw_arrows2() 199 whline(win, dlg_boxchar(ACS_HLINE), 4 - len); in dlg_draw_scrollbar()
|
H A D | util.c | 230 (void) waddch(stdscr, dlg_boxchar(ACS_HLINE)); in dlg_put_backtitle() 1198 whline(win, dlg_boxchar(ACS_HLINE), 4 - len); in dlg_print_scrolled() 1558 (void) waddch(win, borderchar | dlg_boxchar(ACS_HLINE)); in dlg_draw_box2() 1560 (void) waddch(win, borderchar2 | dlg_boxchar(ACS_HLINE)); in dlg_draw_box2() 2172 else if (ch == ACS_HLINE) in dlg_asciibox() 2257 (void) waddch(win, dlg_boxchar(ACS_HLINE)); in dlg_draw_bottom_box2()
|
H A D | dialog.h | 217 #ifndef ACS_HLINE 218 #define ACS_HLINE '-' macro
|
H A D | progressbox.c | 121 (void) waddch(obj->obj.win, dlg_boxchar(ACS_HLINE)); in start_obj()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_box.c | 90 RENDER_WITH_DEFAULT(ts, ACS_HLINE); in wborder() 91 RENDER_WITH_DEFAULT(bs, ACS_HLINE); in wborder()
|
H A D | lib_hline.c | 67 SetChar2(wch, ACS_HLINE); in NCURSES_EXPORT()
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 133 hline(ACS_HLINE, XLENGTH); in main() 137 hline(ACS_HLINE, XLENGTH); in main()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | libbsddialog.c |
|
H A D | lib_util.c |
|
H A D | menubox.c |
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 224 DATA('q', ACS_HLINE), /* horizontal line */ in _nc_altcharset_name()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 437 void HorizontalLine(int n, chtype h_char = ACS_HLINE) { in HorizontalLine() 440 void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in Box() 445 chtype h_char = ACS_HLINE) { in TitledBox() 455 chtype h_char = ACS_HLINE) { in Box() 475 chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) { in TitledBox() 4028 window.PutChar(ACS_HLINE); in DrawMenuTitle() 4561 window.PutChar(ACS_HLINE); in DrawTree() 4573 window.PutChar(ACS_HLINE); in DrawTreeForChild() 4581 window.PutChar(ACS_HLINE); in DrawTreeForChild() 4750 window.PutChar(ACS_HLINE); in Draw() [all …]
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 117 # box1[1] = ACS_HLINE 280 capalias Gh IGNORE XENIX double-ACS_HLINE
|
H A D | curses.h.in | 372 #define ACS_HLINE NCURSES_ACS('q') /* horizontal line */ macro 417 #define ACS_BSBS ACS_HLINE
|
H A D | Caps.aix4 | 525 # box1[1] = ACS_HLINE 1085 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
H A D | Caps.uwin | 795 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
H A D | Caps.hpux11 | 999 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
H A D | Caps | 983 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
H A D | Caps.osf1r5 | 990 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
H A D | Caps.keys | 1074 # GH 196 \304 M-D single horizontal line ACS_HLINE
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 5174 holding a colored ACS_HLINE. The behavior differs from SVr4 due to
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 25060 # box1[1] = ACS_HLINE
|