Home | History | Annotate | Download | only in moused

Lines Matching defs:tv2

2129     struct timeval tv2;
2144 tv2.tv_sec = rodent.clickthreshold/1000;
2145 tv2.tv_usec = (rodent.clickthreshold%1000)*1000;
2146 timersub(&tv1, &tv2, &tv);
2150 tv2.tv_sec = rodent.button2timeout/1000;
2151 tv2.tv_usec = (rodent.button2timeout%1000)*1000;
2152 timersub(&tv1, &tv2, &tv3);
2195 struct timeval tv2;
2200 tv2.tv_sec = rodent.button2timeout/1000;
2201 tv2.tv_usec = (rodent.button2timeout%1000)*1000;
2202 timersub(&tv1, &tv2, &tv);