Searched defs:choice (Results 1 – 3 of 3) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
D | menubox.c | 89 #define print_item(index, choice, selected) \ argument 176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
/scripts/kconfig/ |
D | symbol.c | 1208 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps()
|