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

/xsrc/external/mit/xkbcomp/dist/
H A Dkeycodes.c78 int effectiveMax; member in struct:_KeyNamesInfo
278 info->effectiveMax = 255;
303 for (int i = info->effectiveMin; i <= info->effectiveMax; i++)
323 if ((kc < info->effectiveMin) || (kc > info->effectiveMax))
478 into->effectiveMax = into->explicitMax = from->explicitMax;
582 if ((code < info->effectiveMin) || (code > info->effectiveMax))
662 info->effectiveMax = XkbMaxLegalKeyCode;
704 info->effectiveMax = tmp.ival;
844 xkb->max_key_code = info.effectiveMax;

Completed in 6 milliseconds