Lines Matching defs:selection
2370 if (sel->selection[i].parts == test)
2386 if (sel->selection[i].parts == test &&
2387 sel->selection[i].id == test_id)
2472 newsels = realloc(res->selection,
2473 sizeof(*res->selection)*(res->num_sel+1));
2475 res->selection = newsels;
2494 struct selected_partitions *selection;
2506 sel->selection->with_data = !sel->selection->with_data;
2515 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt);
2535 buf_len = MENUSTRSIZE * (1+sel->selection->num_sel);
2541 for (i = 0; i < sel->selection->num_sel; i++) {
2543 &sel->selection->selection[i];
2577 sel->selection->with_data ?
2601 data.selection = res;
2703 parts = selected->selection[i].parts;
2706 selected->selection[i].parts = NULL;
2717 free(selected->selection);
2728 if (!selected->selection[i].parts->pscheme->get_part_info(
2729 selected->selection[i].parts,
2730 selected->selection[i].id, &info))