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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMAlloc.c387 int nextMatch; local in function:XkbResizeKeyType
392 nextMatch= 0;
395 if (matchingKeys[nextMatch]==i) {
397 nextMatch++;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMAlloc.c388 int nextMatch; local in function:XkbResizeKeyType
394 nextMatch = 0;
397 if (matchingKeys[nextMatch] == i) {
400 nextMatch++;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMAlloc.c458 int nextMatch; local in function:XkbResizeKeyType
464 nextMatch = 0;
467 if (matchingKeys[nextMatch] == i) {
470 nextMatch++;

Completed in 5 milliseconds