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

  /src/usr.sbin/wsmoused/
selection.c 105 size_t sm_max_x; /* Maximun column allowed */ member in struct:selmouse
197 assert(Selmouse.sm_max_x != 0); /* Initialized by open_tty above. */
199 Selmouse.sm_x = Selmouse.sm_max_x / 2;
245 if (Selmouse.sm_x > Selmouse.sm_max_x)
246 Selmouse.sm_x = Selmouse.sm_max_x;
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
416 Selmouse.sm_max_x = 79;
419 Selmouse.sm_max_x = ws.ws_col - 1;
424 if (Selmouse.sm_x > Selmouse.sm_max_x)
425 Selmouse.sm_x = Selmouse.sm_max_x;
    [all...]
selection.c 105 size_t sm_max_x; /* Maximun column allowed */ member in struct:selmouse
197 assert(Selmouse.sm_max_x != 0); /* Initialized by open_tty above. */
199 Selmouse.sm_x = Selmouse.sm_max_x / 2;
245 if (Selmouse.sm_x > Selmouse.sm_max_x)
246 Selmouse.sm_x = Selmouse.sm_max_x;
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
416 Selmouse.sm_max_x = 79;
419 Selmouse.sm_max_x = ws.ws_col - 1;
424 if (Selmouse.sm_x > Selmouse.sm_max_x)
425 Selmouse.sm_x = Selmouse.sm_max_x;
    [all...]
selection.c 105 size_t sm_max_x; /* Maximun column allowed */ member in struct:selmouse
197 assert(Selmouse.sm_max_x != 0); /* Initialized by open_tty above. */
199 Selmouse.sm_x = Selmouse.sm_max_x / 2;
245 if (Selmouse.sm_x > Selmouse.sm_max_x)
246 Selmouse.sm_x = Selmouse.sm_max_x;
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
416 Selmouse.sm_max_x = 79;
419 Selmouse.sm_max_x = ws.ws_col - 1;
424 if (Selmouse.sm_x > Selmouse.sm_max_x)
425 Selmouse.sm_x = Selmouse.sm_max_x;
    [all...]

Completed in 67 milliseconds