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

/xsrc/external/mit/xkbcomp/dist/
H A Dsymbols.c284 Bool tooSmall; local in function:ResizeKeyGroup
287 tooSmall = (key->numLevels[group] < atLeastSize);
288 if (tooSmall)
293 if ((key->syms[group] == NULL) || tooSmall)
301 if (((forceActions) && (tooSmall || (key->acts[group] == NULL))) ||
302 (tooSmall && (key->acts[group] != NULL)))

Completed in 4 milliseconds