Searched refs:dlg_boxchar (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | arrows.c | 36 #define add_acs(win, code) waddch(win, dlg_boxchar(code)) 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() 1550 (void) waddch(win, borderchar | dlg_boxchar(ACS_ULCORNER)); in dlg_draw_box2() 1552 (void) waddch(win, borderchar | dlg_boxchar(ACS_LLCORNER)); in dlg_draw_box2() 1554 (void) waddch(win, borderchar2 | dlg_boxchar(ACS_URCORNER)); in dlg_draw_box2() 1556 (void) waddch(win, borderchar2 | dlg_boxchar(ACS_LRCORNER)); in dlg_draw_box2() 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() 1562 (void) waddch(win, borderchar | dlg_boxchar(ACS_VLINE)); in dlg_draw_box2() 1564 (void) waddch(win, borderchar2 | dlg_boxchar(ACS_VLINE)); in dlg_draw_box2() [all …]
|
H A D | progressbox.c | 121 (void) waddch(obj->obj.win, dlg_boxchar(ACS_HLINE)); in start_obj()
|
H A D | dialog.h | 817 extern chtype dlg_boxchar(chtype /*ch*/);
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 76 dlg_boxchar
|
H A D | dialog.map | 140 dlg_boxchar;
|