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

  /src/games/atc/
struct.h 59 typedef SCREEN_POS AIRPORT;
72 AIRPORT *airport; member in struct:__anon439b482b0308
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...]

Completed in 38 milliseconds