Lines Matching refs:pCN
154 AccessXKRGTurnOn(DeviceIntPtr dev,CARD16 KRGControl,xkbControlsNotify *pCN)
164 if (XkbComputeControlsNotify(dev,&old,ctrls,pCN,FALSE))
165 XkbSendControlsNotify(dev,pCN);
166 cause.kc= pCN->keycode;
167 cause.event= pCN->eventType;
168 cause.mjr= pCN->requestMajor;
169 cause.mnr= pCN->requestMinor;
186 AccessXKRGTurnOff(DeviceIntPtr dev,xkbControlsNotify *pCN)
196 if (XkbComputeControlsNotify(dev,&old,ctrls,pCN,FALSE))
197 XkbSendControlsNotify(dev,pCN);
198 cause.kc= pCN->keycode;
199 cause.event= pCN->eventType;
200 cause.mjr= pCN->requestMajor;
201 cause.mnr= pCN->requestMinor;
220 AccessXStickyKeysTurnOn(DeviceIntPtr dev,xkbControlsNotify *pCN)
231 if (XkbComputeControlsNotify(dev,&old,ctrls,pCN,FALSE))
232 XkbSendControlsNotify(dev,pCN);
233 cause.kc= pCN->keycode;
234 cause.event= pCN->eventType;
235 cause.mjr= pCN->requestMajor;
236 cause.mnr= pCN->requestMinor;
254 AccessXStickyKeysTurnOff(DeviceIntPtr dev,xkbControlsNotify *pCN)
265 if (XkbComputeControlsNotify(dev,&old,ctrls,pCN,FALSE))
266 XkbSendControlsNotify(dev,pCN);
268 cause.kc= pCN->keycode;
269 cause.event= pCN->eventType;
270 cause.mjr= pCN->requestMajor;
271 cause.mnr= pCN->requestMinor;