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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c440 KeySym *pCore,*pXKB; local in function:XkbGetCoreMap
446 pXKB= XkbKeySymsPtr(xkb,key);
450 if (groupWidth>0) pCore[0]= pXKB[0];
451 if (groupWidth>1) pCore[1]= pXKB[1];
453 pCore[2+n]= pXKB[n];
488 pCore[idx++] = pXKB[n];
491 pXKB+= XkbKeyGroupsWidth(xkb,key);
495 if (groupWidth>0) pCore[2]= pXKB[0];
496 if (groupWidth>1) pCore[3]= pXKB[1];
498 pCore[nOut+(n-2)]= pXKB[
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c443 KeySym *pCore, *pXKB; local in function:XkbGetCoreMap
449 pXKB = XkbKeySymsPtr(xkb, key);
454 pCore[0] = pXKB[0];
456 pCore[1] = pXKB[1];
458 pCore[2 + n] = pXKB[n];
491 pCore[idx++] = pXKB[n];
494 pXKB += XkbKeyGroupsWidth(xkb, key);
499 pCore[2] = pXKB[0];
501 pCore[3] = pXKB[1];
503 pCore[nOut + (n - 2)] = pXKB[
[all...]

Completed in 4 milliseconds