Home
last modified time | relevance | path

Searched refs:box_y (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/scripts/kconfig/lxdialog/
A Dinputbox.c34 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
77 box_y = y + 2; in dialog_inputbox()
85 wmove(dialog, box_y, box_x); in dialog_inputbox()
102 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
134 wmove(dialog, box_y, box_x); in dialog_inputbox()
142 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
152 wmove(dialog, box_y, box_x); in dialog_inputbox()
160 wmove(dialog, box_y, box_x); in dialog_inputbox()
171 wmove(dialog, box_y, box_x); in dialog_inputbox()
205 wmove(dialog, box_y, box_x); in dialog_inputbox()
[all …]
A Dchecklist.c107 int i, x, y, box_x, box_y; in dialog_checklist() local
153 box_y = height - list_height - 5; in dialog_checklist()
157 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
163 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
187 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
223 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
251 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
A Dmenubox.c174 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()
263 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
352 box_y, box_x + item_x + 1, menu_height); in dialog_menu()

Completed in 4 milliseconds