OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posx
(Results
1 - 10
of
10
) sorted by relevancy
/src/games/warp/
play.c
88
if (lookfor(realapollo->posy,realapollo->
posx
,
93
else if (lookfor(root.next->posy,root.next->
posx
,
97
mvaddch(realapollo->posy+1,realapollo->
posx
*2,
107
if (blast[realapollo->posy][realapollo->
posx
] <= 32000)
122
if (lookfor(realapollo->posy,realapollo->
posx
,
127
else if (lookfor(root.next->posy,root.next->
posx
,
131
mvaddch(realapollo->posy+1,realapollo->
posx
*2,
141
if (blast[realapollo->posy][realapollo->
posx
] <= 32000)
157
[(curobj->
posx
+curobj->velx+XSIZE00)%XSIZE];
them.c
56
x = (obj->
posx
+(obj->image=='<'?1:-1)+XSIZE00)%XSIZE;
95
if ((obj = lookimg(curkl->posy, curkl->
posx
, '@')) ||
96
(obj = lookimg(curkl->posy, curkl->
posx
, 'B')) ) {
97
make_plink(obj->posy, obj->
posx
);
103
mvaddch(obj->posy+1,obj->
posx
*2,obj->image);
126
else if (lookimg(curkl->posy, curkl->
posx
, '@') ||
127
lookimg(curkl->posy, curkl->
posx
, 'B')) {
135
if ((obj = lookimg(curkl->posy, curkl->
posx
, 'E')) ||
136
(obj = lookimg(curkl->posy, curkl->
posx
, 'B')) ) {
160
lookimg(curkl->posy, curkl->
posx
, '@') )
[
all
...]
object.h
25
short
posx
, posy;
member in struct:object
weapon.c
44
[(from->
posx
+from->velx+xdir+XSIZE00)%XSIZE];
53
to = make_object(Torp, '+', from->posy,from->
posx
,
60
to = make_object(Torp, '+', from->posy,from->
posx
,
68
to = make_object(Torp, 'o', from->posy,from->
posx
,
84
to = make_object(Torp, 'x', from->posy,from->
posx
,
118
if (amb[attackee->posy][attackee->
posx
] != '~')
127
curx = attackee->
posx
;
285
(obj->
posx
+ obj->velx + XSIZE00)%XSIZE
286
== attackee->
posx
&&
357
[x=(obj->
posx
+obj->velx+XSIZE00)%XSIZE
[
all
...]
us.c
79
[(ent->
posx
+evelx+XSIZE00)%XSIZE] ) &&
100
[(base->
posx
+bvelx+XSIZE00)%XSIZE] ) &&
321
make_blast(evely*2+ent->posy,evelx*2+ent->
posx
,
333
make_blast(evely*2+ent->posy,evelx*2+ent->
posx
,
341
make_blast(base->posy, base->
posx
, 15000L, 5);
358
[x=(obj->
posx
+obj->velx+XSIZE00)%XSIZE]
object.c
48
obj->
posx
= px;
move.c
44
x = (obj->
posx
- sgn(obj->velx) + XSIZE00) % XSIZE;
57
obj->
posx
= x;
77
x = curobj->
posx
;
91
x = curobj->
posx
;
102
curobj->
posx
= x;
112
x = curobj->
posx
;
117
x = curobj->
posx
;
554
curobj->energy += 25*lookaround(curobj->posy,curobj->
posx
,Star);
573
lookfor(curobj->posy,curobj->
posx
,Base)) {
init.c
332
x = initx = obj->
posx
;
510
mvaddch(ent->posy+1, ent->
posx
*2, ent->image);
512
mvaddch(base->posy+1, base->
posx
*2, base->image);
518
mvaddch(curobj->posy+1, curobj->
posx
*2, curobj->image);
term.h
35
#define setimage(of,to) (mvaddch(of->posy+1,of->
posx
*2,of->image=(to)))
score.c
512
fprintf(mapfp,"%d %d\n",obj->posy,obj->
posx
);
Completed in 14 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025