Searched refs:sorted_items (Results 1 – 1 of 1) sorted by relevance
8772 const Ebl_Core_Item *sorted_items[nitems]; in handle_core_items() local8774 sorted_items[i] = &items[i]; in handle_core_items()8775 qsort (sorted_items, nitems, sizeof sorted_items[0], &compare_core_items); in handle_core_items()8779 groups[0] = &sorted_items[0]; in handle_core_items()8782 if (sorted_items[i]->group != sorted_items[i - 1]->group in handle_core_items()8783 && strcmp (sorted_items[i]->group, sorted_items[i - 1]->group)) in handle_core_items()8784 groups[ngroups++] = &sorted_items[i]; in handle_core_items()8794 (item < &sorted_items[nitems] in handle_core_items()