Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dinputbox.c47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
90 box_y = y + 2; in dialog_inputbox()
98 wmove(dialog, box_y, box_x); in dialog_inputbox()
115 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox()
146 wmove(dialog, box_y, box_x); in dialog_inputbox()
154 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox()
164 wmove(dialog, box_y, box_x); in dialog_inputbox()
172 wmove(dialog, box_y, box_x); in dialog_inputbox()
183 wmove(dialog, box_y, box_x); in dialog_inputbox()
217 wmove(dialog, box_y, box_x); in dialog_inputbox()
[all …]
A Dchecklist.c120 int i, x, y, box_x, box_y; in dialog_checklist() local
166 box_y = height - list_height - 5; in dialog_checklist()
170 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
176 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist()
200 box_y, box_x + check_x + 5, list_height); in dialog_checklist()
236 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
264 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist()
A Dmenubox.c187 int i, j, x, y, box_x, box_y; in dialog_menu() local
230 box_y = height - menu_height - 5; in dialog_menu()
235 y + box_y + 1, x + box_x + 1); in dialog_menu()
239 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu()
276 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
365 box_y, box_x + item_x + 1, menu_height); in dialog_menu()

Completed in 5 milliseconds