Home | History | Annotate | Download | only in wsmoused

Lines Matching defs:sm_max_x

105 	size_t sm_max_x;        /* Maximun column allowed */
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;
502 ch.col = Selmouse.sm_max_x;
637 i = Selmouse.sm_max_x + 1;
657 size_t xres = Selmouse.sm_max_x + 1;