Home
last modified time | relevance | path

Searched refs:draw_shadow (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dmsgbox.c38 draw_shadow(stdscr, y, x, height, width); in dialog_msgbox()
Dyesno.c51 draw_shadow(stdscr, y, x, height, width); in dialog_yesno()
Ddialog.h151 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
Dinputbox.c56 draw_shadow(stdscr, y, x, height, width); in dialog_inputbox()
Dutil.c324 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() function
Dchecklist.c143 draw_shadow(stdscr, y, x, height, width); in dialog_checklist()
Dmenubox.c197 draw_shadow(stdscr, y, x, height, width); in dialog_menu()
Dtextbox.c80 draw_shadow(stdscr, y, x, height, width); in dialog_textbox()