Searched refs:explicit_type (Results 1 – 4 of 4) sorted by relevance
1353 xkb_layout_index_t group, bool *explicit_type) in FindTypeForGroup() argument1359 *explicit_type = true; in FindTypeForGroup()1368 *explicit_type = false; in FindTypeForGroup()1454 bool explicit_type; in CopySymbolsDefToKeymap() local1456 type = FindTypeForGroup(keymap, keyi, i, &explicit_type); in CopySymbolsDefToKeymap()1474 key->groups[i].explicit_type = explicit_type; in CopySymbolsDefToKeymap()
501 if (key->groups[group].explicit_type) in write_key()514 if (!key->groups[group].explicit_type) in write_key()
562 key->groups[0].explicit_type = true; in get_explicits()565 key->groups[1].explicit_type = true; in get_explicits()568 key->groups[2].explicit_type = true; in get_explicits()571 key->groups[3].explicit_type = true; in get_explicits()
324 bool explicit_type; member