OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_no
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/atc/
struct.h
89
unsigned
dest_no
;
member in struct:plane
update.c
142
if (pp->xpos == sp->airport[pp->
dest_no
].x &&
143
pp->ypos == sp->airport[pp->
dest_no
].y &&
145
if (pp->dir != sp->airport[pp->
dest_no
].dir)
154
if (pp->xpos == sp->exit[pp->
dest_no
].x &&
155
pp->ypos == sp->exit[pp->
dest_no
].y) {
272
(pp->dest_type == T_AIRPORT) ? 'A' : 'E', pp->
dest_no
);
362
p.
dest_no
= rnd;
365
p.
dest_no
= rnd - sp->num_exits;
input.c
218
static unsigned
dest_no
;
variable in typeref:typename:unsigned
499
xdiff = sp->beacon[
dest_no
].x - sp->beacon[bn].x;
500
ydiff = sp->beacon[
dest_no
].y - sp->beacon[bn].y;
503
xdiff = sp->exit[
dest_no
].x - sp->beacon[bn].x;
504
ydiff = sp->exit[
dest_no
].y - sp->beacon[bn].y;
507
xdiff = sp->airport[
dest_no
].x - sp->beacon[bn].x;
508
ydiff = sp->airport[
dest_no
].y - sp->beacon[bn].y;
612
dest_no
= n;
Completed in 137 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025