Searched refs:check_x (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 14 static int list_width, check_x, item_x; variable 33 wmove(win, choice, check_x); in print_item() 44 wmove(win, choice, check_x + 1); in print_item() 168 check_x = 0; in dialog_checklist() 170 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 171 check_x = MIN(check_x, list_width); in dialog_checklist() 173 check_x = (list_width - check_x) / 2; in dialog_checklist() 174 item_x = check_x + 4; in dialog_checklist() 188 box_y, box_x + check_x + 5, list_height); in dialog_checklist() 224 scroll, box_y, box_x + check_x + 5, list_height); in dialog_checklist() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | checklist.c | 26 static int list_width, check_x, item_x; variable 45 wmove(win, choice, check_x); in print_item() 56 wmove(win, choice, check_x + 1); in print_item() 180 check_x = 0; in dialog_checklist() 182 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 183 check_x = MIN(check_x, list_width); in dialog_checklist() 185 check_x = (list_width - check_x) / 2; in dialog_checklist() 186 item_x = check_x + 4; 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() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 13 static int list_width, check_x, item_x; variable 32 wmove(win, choice, check_x); in print_item() 43 wmove(win, choice, check_x + 1); in print_item() 167 check_x = 0; in dialog_checklist() 169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist() 170 check_x = MIN(check_x, list_width); in dialog_checklist() 172 check_x = (list_width - check_x) / 2; in dialog_checklist() 173 item_x = check_x + 4; 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() [all …]
|