Searched refs:group_to_use (Results 1 – 1 of 1) sorted by relevance
950 xkb_layout_index_t group, group_to_use; in SetGroupName() local975 group_to_use = group - 1; in SetGroupName()978 group_to_use = info->explicit_group; in SetGroupName()990 if (group_to_use >= darray_size(info->group_names)) in SetGroupName()991 darray_resize0(info->group_names, group_to_use + 1); in SetGroupName()992 darray_item(info->group_names, group_to_use) = name; in SetGroupName()