Searched refs:box_y (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | inputbox.c | 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local 77 box_y = y + 2; in dialog_inputbox() 84 wmove(dialog, box_y, box_x); in dialog_inputbox() 103 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox() 126 wmove(dialog, box_y, box_x); in dialog_inputbox() 135 mvwaddch(dialog, box_y, input_x + box_x, ' '); in dialog_inputbox() 136 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox() 148 wmove(dialog, box_y, box_x); in dialog_inputbox() 152 wmove(dialog, box_y, input_x++ + box_x); in dialog_inputbox() 181 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox() [all …]
|
D | checklist.c | 115 int i, x, y, box_x, box_y; in dialog_checklist() local 162 box_y = height - list_height - 5; in dialog_checklist() 166 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 172 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 195 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 229 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist() 256 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
|
D | menubox.c | 185 int i, j, x, y, box_x, box_y; in dialog_menu() local 217 box_y = height - menu_height - 5; in dialog_menu() 222 y + box_y + 1, x + box_x + 1); in dialog_menu() 226 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu() 267 box_y, box_x + item_x + 1, menu_height); in dialog_menu() 353 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
|