HomeSort by: relevance | last modified time | path
    Searched defs:dest_no (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
struct.h 89 unsigned dest_no; member in struct:plane
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 13 milliseconds