Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dmsgbox.c43 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_msgbox()
Dinputbox.c61 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_inputbox()
79 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, border_attr, dialog_attr); in dialog_inputbox()
Dyesno.c56 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_yesno()
Ddialog.h149 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
Dchecklist.c148 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_checklist()
172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
Dmenubox.c202 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_menu()
226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
Dutil.c290 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function
Dtextbox.c93 draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr); in dialog_textbox()