Searched refs:has_alt_forms (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dkeycodes.c81 unsigned char has_alt_forms[XkbMaxLegalKeyCode + 1]; member in struct:_KeyNamesInfo
281 bzero(info->has_alt_forms, sizeof(info->has_alt_forms));
354 if (info->has_alt_forms[kc] || (merge == MergeAltForm))
356 info->has_alt_forms[kc] = True;
393 info->has_alt_forms[old] = True;
413 info->has_alt_forms[old] = True;
418 info->has_alt_forms[kc] = (merge == MergeAltForm);
447 if (from->has_alt_forms[i])

Completed in 3 milliseconds