HomeSort by: relevance | last modified time | path
    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