Home
last modified time | relevance | path

Searched refs:items (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dchecklist.c113 const char *const *items) in dialog_checklist() argument
129 status[i] = !strcasecmp(items[i * 3 + 2], "on"); in dialog_checklist()
131 || !strcasecmp(items[i * 3 + 2], "selected")) in dialog_checklist()
178 check_x = MAX(check_x, +strlen(items[i * 3 + 1]) + 4); in dialog_checklist()
190 print_item(list, items[(scroll + i) * 3 + 1], in dialog_checklist()
208 toupper(items[(scroll + i) * 3 + 1][0])) in dialog_checklist()
220 print_item(list, items[scroll * 3 + 1], in dialog_checklist()
227 print_item(list, items[scroll * 3 + 1], status[scroll], 0, TRUE); in dialog_checklist()
244 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
252 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist()
[all …]
Dmenubox.c103 int hotkey = (items[(index) * 2][0] != ':'); \
104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \
183 const char *const *items) in dialog_menu() argument
233 if (strcmp(current, items[i * 2]) == 0) in dialog_menu()
283 j = first_alpha(items[(scroll + i) * 2 + 1], "YyNnMmHh"); in dialog_menu()
284 if (key == tolower(items[(scroll + i) * 2 + 1][j])) in dialog_menu()
289 j = first_alpha(items [(scroll + i) * 2 + 1], "YyNnMmHh"); in dialog_menu()
290 if (key == tolower(items[(scroll + i) * 2 + 1][j])) in dialog_menu()
383 fprintf(stderr, "%s\n", items[(scroll + choice) * 2]); in dialog_menu()
406 items[(scroll + choice) * 2], in dialog_menu()
[all …]
Ddialog.h160 const char *const *items);
163 const char *const *items);
/busybox-1.35.0/editors/
Dawk.c171 struct hash_item_s **items; member
693 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0])); in hash_init()
704 hi = hash->items[i]; in hash_clear()
712 hash->items[i] = NULL; in hash_clear()
721 free(hash->items);
731 hi = hash->items[idx % hash->csize]; in hash_search3()
758 hi = hash->items[i]; in hash_rebuild()
768 free(hash->items); in hash_rebuild()
770 hash->items = newitems; in hash_rebuild()
791 hi->next = hash->items[idx]; in hash_find()
[all …]
/busybox-1.35.0/docs/
Dcontributing.txt214 important as any of the previous items.)
Dstyle-guide.txt529 The following are important items that don't fit into any of the above
/busybox-1.35.0/
DLICENSE332 mouse-clicks or menu items--whatever suits your program.