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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMAlloc.c276 KeyCode matchingKeys[XkbMaxKeyCount],nMatchingKeys; local in function:XkbResizeKeyType
360 memset(matchingKeys, 0, XkbMaxKeyCount*sizeof(KeyCode));
375 matchingKeys[nMatchingKeys++]= i;
395 if (matchingKeys[nextMatch]==i) {
430 matchingKeys[nMatchingKeys++]= i;
446 key= matchingKeys[i];
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMAlloc.c273 KeyCode matchingKeys[XkbMaxKeyCount], nMatchingKeys; local in function:XkbResizeKeyType
358 memset(matchingKeys, 0, XkbMaxKeyCount * sizeof(KeyCode));
376 matchingKeys[nMatchingKeys++] = i;
397 if (matchingKeys[nextMatch] == i) {
435 matchingKeys[nMatchingKeys++] = i;
453 key = matchingKeys[i];
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMAlloc.c353 KeyCode matchingKeys[XkbMaxKeyCount], nMatchingKeys; local in function:XkbResizeKeyType
428 bzero(matchingKeys, XkbMaxKeyCount * sizeof(KeyCode));
446 matchingKeys[nMatchingKeys++] = i;
467 if (matchingKeys[nextMatch] == i) {
505 matchingKeys[nMatchingKeys++] = i;
523 key = matchingKeys[i];

Completed in 4 milliseconds