Lines Matching defs:choice
2337 int nr_options = 0, choice = -1, ret = -1;
2396 choice = ui__popup_menu(nr_options, options, NULL);
2397 if (choice < nr_options && choice >= 0) {
2398 tmp = strdup(abs_path[choice]);
3029 int choice;
3034 choice = nr_options = 0;
3374 choice = ui__popup_menu(nr_options, options, &key);
3375 if (choice == -1)
3378 if (choice == nr_options)
3381 act = &actions[choice];