OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sm_max_y
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/wsmoused/
selection.c
106
size_t
sm_max_y
; /* Maximun row allowed */
member in struct:selmouse
196
assert(Selmouse.
sm_max_y
!= 0); /* Initialized by open_tty above. */
198
Selmouse.sm_y = Selmouse.
sm_max_y
/ 2;
258
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
259
Selmouse.sm_y = Selmouse.
sm_max_y
;
282
= ((evt.value - abs->miny) * (Selmouse.
sm_max_y
+ 1))
415
Selmouse.
sm_max_y
= 24;
418
Selmouse.
sm_max_y
= ws.ws_row - 1;
426
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
427
Selmouse.sm_y = Selmouse.
sm_max_y
;
[
all
...]
selection.c
106
size_t
sm_max_y
; /* Maximun row allowed */
member in struct:selmouse
196
assert(Selmouse.
sm_max_y
!= 0); /* Initialized by open_tty above. */
198
Selmouse.sm_y = Selmouse.
sm_max_y
/ 2;
258
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
259
Selmouse.sm_y = Selmouse.
sm_max_y
;
282
= ((evt.value - abs->miny) * (Selmouse.
sm_max_y
+ 1))
415
Selmouse.
sm_max_y
= 24;
418
Selmouse.
sm_max_y
= ws.ws_row - 1;
426
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
427
Selmouse.sm_y = Selmouse.
sm_max_y
;
[
all
...]
selection.c
106
size_t
sm_max_y
; /* Maximun row allowed */
member in struct:selmouse
196
assert(Selmouse.
sm_max_y
!= 0); /* Initialized by open_tty above. */
198
Selmouse.sm_y = Selmouse.
sm_max_y
/ 2;
258
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
259
Selmouse.sm_y = Selmouse.
sm_max_y
;
282
= ((evt.value - abs->miny) * (Selmouse.
sm_max_y
+ 1))
415
Selmouse.
sm_max_y
= 24;
418
Selmouse.
sm_max_y
= ws.ws_row - 1;
426
if (Selmouse.sm_y > Selmouse.
sm_max_y
)
427
Selmouse.sm_y = Selmouse.
sm_max_y
;
[
all
...]
Completed in 117 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025