HomeSort by: relevance | last modified time | path
    Searched defs:sm_count_x (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wsmoused/
selection.c 110 size_t sm_count_x; /* Number of X movements skipped */ member in struct:selmouse
201 Selmouse.sm_count_x = 0;
239 if (Selmouse.sm_count_x >= Selmouse.sm_slowdown_x) {
240 Selmouse.sm_count_x = 0;
248 Selmouse.sm_count_x++;
selection.c 110 size_t sm_count_x; /* Number of X movements skipped */ member in struct:selmouse
201 Selmouse.sm_count_x = 0;
239 if (Selmouse.sm_count_x >= Selmouse.sm_slowdown_x) {
240 Selmouse.sm_count_x = 0;
248 Selmouse.sm_count_x++;

Completed in 161 milliseconds