| /src/games/atc/ |
| update.c | 105 loser(pp, "ran out of fuel."); 146 loser(pp, "landed in the wrong direction."); 157 loser(pp, "exited at the wrong altitude."); 165 loser(pp, "has a bizarre destination, get help!"); 169 loser(pp, "exceeded flight ceiling."); 175 loser(pp, 178 loser(pp, 181 loser(pp, "crashed on the ground."); 189 loser(pp, 192 loser(pp 236 loser(const PLANE *p, const char *s) function [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 428 z_candidate *loser; member in struct:candidate_warning 7417 joust (cand, w->loser, 1, complain); 9978 joust (cand, w->loser, 1, complain); 12677 /* Note a warning about preferring WINNER to LOSER. We do this by storing 12678 a pointer to LOSER and re-running joust to produce the warning if WINNER 12682 add_warning (struct z_candidate *winner, struct z_candidate *loser) 12686 cw->loser = loser;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 419 z_candidate *loser; member in struct:candidate_warning 6824 joust (cand, w->loser, 1, complain); 9294 joust (cand, w->loser, 1, complain); 11939 /* Note a warning about preferring WINNER to LOSER. We do this by storing 11940 a pointer to LOSER and re-running joust to produce the warning if WINNER 11944 add_warning (struct z_candidate *winner, struct z_candidate *loser) 11948 cw->loser = loser;
|