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

  /src/games/atc/
extern.c 74 LIST air, ground; variable
extern.h 61 extern LIST air, ground;
update.c 87 for (pp = ground.head; pp != NULL; pp = pp->next) {
89 delete(&ground, pp);
181 loser(pp, "crashed on the ground.");
334 for (pp = ground.head; pp != NULL; pp = pp->next)
412 append(&ground, pp);
425 for (pp = ground.head; pp != NULL; pp = pp->next)
graphics.c 355 for (pp = ground.head; pp != NULL; pp = pp->next) {

Completed in 19 milliseconds