Searched refs:num_modmap_keys (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c143 oldLast = old->first_modmap_key + old->num_modmap_keys - 1;
144 newLast = new->first_modmap_key + new->num_modmap_keys - 1;
151 old->num_modmap_keys = newLast - first + 1;
155 old->num_modmap_keys = new->num_modmap_keys;
290 mev->num_modmap_keys = mn->nModMapKeys;
H A DXKBMAlloc.c655 &changes->map.num_modmap_keys);
731 &changes->map.num_modmap_keys);
H A DXKBGetMap.c867 req->nModMapKeys = changes->num_modmap_keys;
H A DXKBSetMap.c591 req->nModMapKeys = changes->num_modmap_keys;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXKBlib.h85 int num_modmap_keys; member in struct:_XkbMapNotifyEvent
/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c142 map->num_modmap_keys, 1);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMAlloc.c575 &changes->map.num_modmap_keys);
659 &changes->map.num_modmap_keys);
H A DxkbEvents.c854 mn.nModMapKeys= pChanges->map.num_modmap_keys;
H A Dxkb.c2297 changes->map.num_modmap_keys-1;
2304 changes->map.num_modmap_keys= (last-first)+1;
2614 if (change.map.num_modmap_keys>0) {
2616 lastMM= first+change.map.num_modmap_keys-1;
H A DxkbUtils.c575 changes.map.num_modmap_keys = num_keys;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMAlloc.c588 num_modmap_keys);
671 num_modmap_keys);
H A DxkbEvents.c828 mn.nModMapKeys = pChanges->map.num_modmap_keys;
H A Dxkb.c2341 changes->map.num_modmap_keys - 1;
2348 changes->map.num_modmap_keys = (last - first) + 1;
2679 if (change.map.num_modmap_keys > 0) {
2681 lastMM = firstMM + change.map.num_modmap_keys - 1;
H A DxkbUtils.c584 changes.map.num_modmap_keys = num_keys;
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h507 unsigned char num_modmap_keys; member in struct:_XkbMapChanges
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h500 unsigned char num_modmap_keys; member in struct:_XkbMapChanges
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h502 unsigned char num_modmap_keys; member in struct:_XkbMapChanges

Completed in 43 milliseconds