OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mskidx
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c
1569
int
mskidx
= dev->id;
local
1576
if (check & wOtherInputMasks(pWin)->inputEvents[
mskidx
]) { /* It is illegal for two different
1585
others->mask[
mskidx
]))
1592
check = others->mask[
mskidx
];
1593
others->mask[
mskidx
] = mask;
1596
if (i !=
mskidx
&& others->mask[i] != 0)
1610
if ((ret = AddExtensionClient(pWin, client, mask,
mskidx
)) != Success)
1623
AddExtensionClient(WindowPtr pWin, ClientPtr client, Mask mask, int
mskidx
)
1634
others->mask[
mskidx
] = mask;
/xsrc/external/mit/xorg-server/dist/Xi/
exevents.c
2664
int
mskidx
= dev->id;
local
2671
if (check & wOtherInputMasks(pWin)->inputEvents[
mskidx
]) {
2679
others->mask[
mskidx
]))
2686
check = others->mask[
mskidx
];
2687
others->mask[
mskidx
] = mask;
2690
if (i !=
mskidx
&& others->mask[i] != 0)
2704
if ((ret = AddExtensionClient(pWin, client, mask,
mskidx
)) != Success)
2731
AddExtensionClient(WindowPtr pWin, ClientPtr client, Mask mask, int
mskidx
)
2745
others->mask[
mskidx
] = mask;
Completed in 7 milliseconds
Indexes created Mon Aug 24 00:24:59 UTC 2026