Searched refs:group_to_use (Results 1 – 1 of 1) sorted by relevance
958 xkb_layout_index_t group, group_to_use; in SetGroupName() local983 group_to_use = group - 1; in SetGroupName()986 group_to_use = info->explicit_group; in SetGroupName()998 if (group_to_use >= darray_size(info->group_names)) in SetGroupName()999 darray_resize0(info->group_names, group_to_use + 1); in SetGroupName()1000 darray_item(info->group_names, group_to_use) = name; in SetGroupName()