Lines Matching refs:any
6 documentation for any purpose is hereby granted without fee, provided that
162 if (e->any.type == ET_Motion)
189 evlen = e->any.length;
207 time = e->any.time;
212 e->any.time = miEventQueue.lastEventTime;
214 miEventQueue.lastEventTime = ((InternalEvent*)evt->event)->any.time;
261 switch(event->any.type)
287 event->any.type);
299 if (original->any.type == ET_ButtonPress ||
300 original->any.type == ET_ButtonRelease)
322 int len = original->any.length;
323 int type = original->any.type;
380 handler = miEventQueue.handlers[event->any.type];
382 switch (event->any.type) {
484 if (event->any.type == ET_Motion && master)