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

/xsrc/external/mit/xkbcomp/dist/
H A Dkeycodes.c75 int explicitMin; member in struct:_KeyNamesInfo
275 info->computedMax = info->explicitMax = info->explicitMin = -1;
468 if (from->explicitMin > 0)
470 if ((into->explicitMin < 0)
471 || (into->explicitMin > from->explicitMin))
472 into->effectiveMin = into->explicitMin = from->explicitMin;
508 info->explicitMin = XkbMinLegalKeyCode;
607 * Sets explicitMin/Ma
[all...]

Completed in 4 milliseconds