Searched refs:boxchar (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | mixedgauge.c | 188 chtype boxchar, chtype borderchar) in mydraw_mixed_box() argument 190 dlg_draw_box(win, y, x, height, width, boxchar, borderchar); in mydraw_mixed_box()
|
H A D | util.c | 1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2() argument 1566 (void) waddch(win, boxchar | ' '); in dlg_draw_box2() 1573 chtype boxchar, chtype borderchar) in dlg_draw_box() argument 1575 dlg_draw_box2(win, y, x, height, width, boxchar, borderchar, boxchar); in dlg_draw_box()
|