OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XkbVirtualModsMask
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/xkb/
XKBSetMap.c
261
if (((req->present &
XkbVirtualModsMask
) == 0) || (req->virtualMods == 0)) {
262
req->present &= ~
XkbVirtualModsMask
;
282
/* This was req->present&
XkbVirtualModsMask
==0, and '==' beats '&' */
283
if (((req->present &
XkbVirtualModsMask
) == 0) || (size < 1))
487
((which &
XkbVirtualModsMask
) && (!srv)) ||
520
if (which &
XkbVirtualModsMask
)
561
((changes->changed &
XkbVirtualModsMask
) && (!srv)) ||
XKBMisc.c
661
changes->map.changed |=
XkbVirtualModsMask
;
667
if (changes && (changes->map.changed &
XkbVirtualModsMask
))
XKBBind.c
462
if (changes.changed &
XkbVirtualModsMask
) {
XKBUse.c
119
if (wanted &
XkbVirtualModsMask
) {
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKB.h
632
#define
XkbVirtualModsMask
(1<<6)
636
#define XkbAllServerInfoMask (XkbExplicitComponentsMask|XkbKeyActionsMask|XkbKeyBehaviorsMask|
XkbVirtualModsMask
|XkbVirtualModMapMask)
/xsrc/external/mit/xkbcomp/dist/
vmod.c
56
if (XkbAllocServerMap(xkb,
XkbVirtualModsMask
, 0) != Success)
/xsrc/external/mit/xkbevd/dist/
printev.c
133
if (map->changed &
XkbVirtualModsMask
) {
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c
1090
if (((rep->present&
XkbVirtualModsMask
)==0)||(rep->virtualMods==0)||
1092
rep->present&= ~
XkbVirtualModsMask
;
1512
if (stuff->full&
XkbVirtualModsMask
)
1514
else if (stuff->partial&
XkbVirtualModsMask
)
1854
if (((req->present&
XkbVirtualModsMask
)==0)||(req->virtualMods==0))
2229
if (((req->present&
XkbVirtualModsMask
)==0)||(req->virtualMods==0))
2234
changes->map.changed|=
XkbVirtualModsMask
;
2402
if (req->present &
XkbVirtualModsMask
) {
2510
if ((req->present &
XkbVirtualModsMask
) &&
2594
if (req->present&
XkbVirtualModsMask
)
[
all
...]
xkbUtils.c
299
changes->map.changed|=
XkbVirtualModsMask
;
305
if (changes->map.changed&
XkbVirtualModsMask
)
xkmread.c
174
if (XkbAllocServerMap(xkb,
XkbVirtualModsMask
,0)!=Success) {
/xsrc/external/mit/xorg-server/dist/xkb/
xkb.c
1111
if (((rep->present &
XkbVirtualModsMask
) == 0) || (rep->virtualMods == 0) ||
1113
rep->present &= ~
XkbVirtualModsMask
;
1547
if (stuff->full &
XkbVirtualModsMask
)
1549
else if (stuff->partial &
XkbVirtualModsMask
)
1940
if (((req->present &
XkbVirtualModsMask
) == 0) || (req->virtualMods == 0))
2343
if (((req->present &
XkbVirtualModsMask
) == 0) || (req->virtualMods == 0))
2348
changes->map.changed |=
XkbVirtualModsMask
;
2514
if (req->present &
XkbVirtualModsMask
) {
2630
if ((req->present &
XkbVirtualModsMask
) &&
2726
if (req->present &
XkbVirtualModsMask
)
[
all
...]
xkbUtils.c
298
changes->map.changed |=
XkbVirtualModsMask
;
304
if (changes->map.changed &
XkbVirtualModsMask
)
xkmread.c
168
if (XkbAllocServerMap(xkb,
XkbVirtualModsMask
, 0) != Success) {
/xsrc/external/mit/libxkbfile/dist/src/
xkmread.c
169
if (XkbAllocServerMap(xkb,
XkbVirtualModsMask
, 0) != Success) {
Completed in 35 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026