Home
last modified time | relevance | path

Searched refs:pOthers (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dgetselev.c99 OtherInputMasks *pOthers; in ProcXGetSelectedExtensionEvents() local
118 if ((pOthers = wOtherInputMasks(pWin)) != 0) { in ProcXGetSelectedExtensionEvents()
119 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
124 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
144 for (others = pOthers->inputClients; others; others = others->next) in ProcXGetSelectedExtensionEvents()
H A Dclosedev.c93 OtherInputMasks *pOthers; in DeleteDeviceEvents() local
96 if ((pOthers = wOtherInputMasks(pWin)) != 0) in DeleteDeviceEvents()
97 for (others = pOthers->inputClients; others; others = others->next) in DeleteDeviceEvents()