Searched refs:draw_box (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/scripts/kconfig/lxdialog/ |
D | inputbox.c | 60 draw_box(dialog, 0, 0, height, width, in dialog_inputbox() 79 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, in dialog_inputbox()
|
D | yesno.c | 49 draw_box(dialog, 0, 0, height, width, in dialog_yesno()
|
D | checklist.c | 138 draw_box(dialog, 0, 0, height, width, in dialog_checklist() 163 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
|
D | menubox.c | 201 draw_box(dialog, 0, 0, height, width, in dialog_menu() 226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
|
D | dialog.h | 207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
|
D | textbox.c | 106 draw_box(dialog, 0, 0, height, width, in dialog_textbox()
|
D | util.c | 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() function
|