OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curs_pos
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/qbus/
qd.c
1176
eq_header[unit]->
curs_pos
.x = pos->x;
1177
eq_header[unit]->
curs_pos
.y = pos->y;
2368
event->vse_x = eqh->
curs_pos
.x;
2369
event->vse_y = eqh->
curs_pos
.y;
2452
eqh->
curs_pos
.x += new_rep->dx;
2453
if (eqh->
curs_pos
.x > 1023)
2454
eqh->
curs_pos
.x = 1023;
2457
eqh->
curs_pos
.x -= new_rep->dx;
2458
if (eqh->
curs_pos
.x < -15)
2459
eqh->
curs_pos
.x = -15
[
all
...]
qduser.h
176
struct _vs_cursor
curs_pos
; /* current mouse position */
member in struct:qdinput
/src/sys/arch/vax/include/
qduser.h
183
struct _vs_cursor
curs_pos
; /* current mouse position */
member in struct:qdinput
Completed in 22 milliseconds
Indexes created Tue Oct 21 05:10:09 GMT 2025