Searched refs:box_y (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | inputbox.c | 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local 89 box_y = y + 2; in dialog_inputbox() 97 wmove(dialog, box_y, box_x); in dialog_inputbox() 111 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox() 134 wmove(dialog, box_y, box_x); in dialog_inputbox() 143 mvwaddch(dialog, box_y, input_x + box_x, ' '); in dialog_inputbox() 144 wmove(dialog, box_y, input_x + box_x); in dialog_inputbox() 156 wmove(dialog, box_y, box_x); in dialog_inputbox() 160 wmove(dialog, box_y, input_x++ + box_x); in dialog_inputbox() 189 wmove(dialog, box_y, box_x + input_x); in dialog_inputbox() [all …]
|
D | checklist.c | 114 int i, x, y, box_x, box_y; in dialog_checklist() local 160 box_y = height - list_height - 5; in dialog_checklist() 164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, in dialog_checklist() 193 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() 257 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 228 box_y = height - menu_height - 5; in dialog_menu() 233 y + box_y + 1, x + box_x + 1); in dialog_menu() 237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, in dialog_menu() 274 box_y, box_x + item_x + 1, menu_height); in dialog_menu() 362 box_y, box_x + item_x + 1, menu_height); in dialog_menu()
|