Lines Matching defs:selection
2371 if (sel->selection[i].parts == test)
2387 if (sel->selection[i].parts == test &&
2388 sel->selection[i].id == test_id)
2473 newsels = realloc(res->selection,
2474 sizeof(*res->selection)*(res->num_sel+1));
2476 res->selection = newsels;
2495 struct selected_partitions *selection;
2507 sel->selection->with_data = !sel->selection->with_data;
2516 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt);
2536 buf_len = MENUSTRSIZE * (1+sel->selection->num_sel);
2542 for (i = 0; i < sel->selection->num_sel; i++) {
2544 &sel->selection->selection[i];
2578 sel->selection->with_data ?
2602 data.selection = res;
2704 parts = selected->selection[i].parts;
2707 selected->selection[i].parts = NULL;
2718 free(selected->selection);
2729 if (!selected->selection[i].parts->pscheme->get_part_info(
2730 selected->selection[i].parts,
2731 selected->selection[i].id, &info))