games/atc/extern.h
70
extern void loser(const PLANE *, const char *) __dead2;
games/atc/list.c
96
loser(p, "deleted a non-existent plane! Get help!");
games/atc/update.c
126
loser(pp, "landed in the wrong direction.");
games/atc/update.c
137
loser(pp, "exited at the wrong altitude.");
games/atc/update.c
145
loser(pp, "has a bizarre destination, get help!");
games/atc/update.c
149
loser(pp, "exceded flight ceiling.");
games/atc/update.c
155
loser(pp,
games/atc/update.c
158
loser(pp,
games/atc/update.c
161
loser(pp, "crashed on the ground.");
games/atc/update.c
169
loser(pp,
games/atc/update.c
172
loser(pp,
games/atc/update.c
175
loser(pp, "illegally left the flight arena.");
games/atc/update.c
199
loser(p1, buf);
games/atc/update.c
85
loser(pp, "ran out of fuel.");