Lines Matching defs:choice
2338 int nr_options = 0, choice = -1, ret = -1;
2397 choice = ui__popup_menu(nr_options, options, NULL);
2398 if (choice < nr_options && choice >= 0) {
2399 tmp = strdup(abs_path[choice]);
3030 int choice;
3035 choice = nr_options = 0;
3376 choice = ui__popup_menu(nr_options, options, &key);
3377 if (choice == -1)
3380 if (choice == nr_options)
3383 act = &actions[choice];