Searched refs:firstModMapKey (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGetMap.c405 if (((int) rep->firstModMapKey + rep->nModMapKeys) >
413 bzero(&xkb->map->modmap[rep->firstModMapKey], rep->nModMapKeys);
482 req->firstModMapKey = req->nModMapKeys = 0;
788 req->firstModMapKey = first;
866 req->firstModMapKey = changes->first_modmap_key;
H A DXKBSetMap.c345 req->firstModMapKey = req->nModMapKeys = 0;
349 first = req->firstModMapKey;
368 first = req->firstModMapKey;
527 req->firstModMapKey = xkb->min_key_code;
590 req->firstModMapKey = changes->first_modmap_key;
H A DXKBUse.c289 mev->first_modmap_key = mn->firstModMapKey;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h314 KeyCode firstModMapKey; member in struct:_xkbGetMap
346 KeyCode firstModMapKey; member in struct:_xkbGetMapReply
384 KeyCode firstModMapKey; member in struct:_xkbSetMap
1070 KeyCode firstModMapKey; member in struct:_xkbMapNotify
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c1287 rep->firstModMapKey= rep->nModMapKeys= 0;
1292 if (xkb->map->modmap[i+rep->firstModMapKey]!=0)
1309 pMap= &xkb->map->modmap[rep->firstModMapKey];
1312 *buf++= i+rep->firstModMapKey;
1530 rep.firstModMapKey= xkb->min_key_code;
1534 CHK_KEY_RANGE(0x0D,stuff->firstModMapKey,stuff->nModMapKeys,xkb);
1535 rep.firstModMapKey= stuff->firstModMapKey;
1919 first= req->firstModMapKey;
2287 first= req->firstModMapKey;
[all...]
H A DxkbEvents.c853 mn.firstModMapKey= pChanges->map.first_modmap_key;
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c1315 rep->firstModMapKey = rep->nModMapKeys = 0;
1320 if (xkb->map->modmap[i + rep->firstModMapKey] != 0)
1337 pMap = &xkb->map->modmap[rep->firstModMapKey];
1340 *buf++ = i + rep->firstModMapKey;
1566 rep.firstModMapKey = xkb->min_key_code;
1570 CHK_KEY_RANGE(0x0D, stuff->firstModMapKey, stuff->nModMapKeys, xkb);
1571 rep.firstModMapKey = stuff->firstModMapKey;
1956 first = req->firstModMapKey;
2330 first = req->firstModMapKey;
[all...]
H A DxkbEvents.c827 mn.firstModMapKey = pChanges->map.first_modmap_key;

Completed in 23 milliseconds