Home
last modified time | relevance | path

Searched refs:interps (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c379 XkbSymInterpretPtr *interps, ibuf[IBUF_SIZE]; in XkbApplyCompatMapToKey() local
400 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 …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog90258 XKB: Work around broken interps from old xkbcomp