Lines Matching defs:nEvents
97 unsigned long nEvents;
118 rep.nEvents = 0;
134 rep.nEvents = GetMotionHistory(dev, (xTimecoord **) &coords,/* XXX */
138 if (rep.nEvents > 0) {
139 length = bytes_to_int32(rep.nEvents * size);
142 nEvents = rep.nEvents;
144 if (nEvents) {
149 for (i = 0; i < nEvents * (axes + 1); i++) {
175 swapl(&rep->nEvents, n);