Searched refs:draw_shadow (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | msgbox.c | 38 draw_shadow(stdscr, y, x, height, width); in dialog_msgbox()
|
D | yesno.c | 51 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
|
D | dialog.h | 151 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
D | inputbox.c | 56 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
|
D | util.c | 324 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function
|
D | checklist.c | 143 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
|
D | menubox.c | 197 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
|
D | textbox.c | 80 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()
|