HomeSort by: relevance | last modified time | path
    Searched refs:airport (Results 1 - 7 of 7) sorted by relevancy

  /src/games/atc/
grammar.y 239 if (sp->airport == NULL)
240 sp->airport = malloc((sp->num_airports
241 + REALLOC) * sizeof(AIRPORT));
243 sp->airport = realloc(sp->airport,
245 sizeof(AIRPORT));
246 if (sp->airport == NULL)
250 sp->airport[sp->num_airports].x = $2;
251 sp->airport[sp->num_airports].y = $3;
252 sp->airport[sp->num_airports].dir = dir
    [all...]
lex.l 67 airport { return(AirportOp); }
struct.h 59 typedef SCREEN_POS AIRPORT;
72 AIRPORT *airport; member in struct:__anon439b482b0308
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)
172 if (pp->xpos == sp->airport[i].x &&
173 pp->ypos == sp->airport[i].y) {
176 "landed at the wrong airport.");
391 p.xpos = sp->airport[p.orig_no].x;
392 p.ypos = sp->airport[p.orig_no].y;
393 p.new_dir = p.dir = sp->airport[p.orig_no].dir;
input.c 83 static const char *airport(int);
198 { 'a', 8, " airport #", airport },
507 xdiff = sp->airport[dest_no].x - sp->beacon[bn].x;
508 ydiff = sp->airport[dest_no].y - sp->beacon[bn].y;
540 airport(int c __unused) function in typeref:typename:const char *
629 return ("Unknown airport");
630 p.new_dir = DIR_FROM_DXDY(sp->airport[n].x - p.xpos,
631 sp->airport[n].y - p.ypos);
graphics.c 228 str[0] = airstr[scp->airport[iu].dir];
230 (void)wmove(radar, scp->airport[iu].y, scp->airport[iu].x * 2);
  /src/share/misc/
Makefile 4 FILES= NetBSD.el acronyms acronyms-o acronyms.comp airport ascii \

Completed in 13 milliseconds