Searched refs:interps (Results 1 – 2 of 2) sorted by relevance
379 XkbSymInterpretPtr *interps, ibuf[IBUF_SIZE]; in XkbApplyCompatMapToKey() local400 interps = calloc(nSyms, sizeof(XkbSymInterpretPtr)); in XkbApplyCompatMapToKey()401 if (interps == NULL) { in XkbApplyCompatMapToKey()402 interps = ibuf; in XkbApplyCompatMapToKey()407 interps = ibuf; in XkbApplyCompatMapToKey()413 interps[n] = NULL; in XkbApplyCompatMapToKey()415 interps[n] = _XkbFindMatchingInterp(xkb, syms[n], mods, level); in XkbApplyCompatMapToKey()416 if (interps[n] && interps[n]->act.type != XkbSA_NoAction) in XkbApplyCompatMapToKey()419 interps[n] = NULL; in XkbApplyCompatMapToKey()437 free(interps); in XkbApplyCompatMapToKey()[all …]
90258 XKB: Work around broken interps from old xkbcomp