Symbol: game
games/atc/log.c
157
score[num_scores].game,
games/atc/log.c
182
strcpy(thisscore.game, cp);
games/atc/log.c
191
strcmp(thisscore.game, score[i].game) == 0) {
games/atc/log.c
235
score[i].game, score[i].planes,
games/atc/log.c
264
score[i].name, score[i].host, score[i].game,
games/atc/struct.h
98
char game[256];
games/canfield/canfield/canfield.c
1025
game.information += costofinformation;
games/canfield/canfield/canfield.c
1117
game.thinktime += dollars;
games/canfield/canfield/canfield.c
1120
thiscosts = this.hand + this.inspection + this.game +
games/canfield/canfield/canfield.c
1122
gamecosts = game.hand + game.inspection + game.game +
games/canfield/canfield/canfield.c
1123
game.runs + game.information + game.thinktime;
games/canfield/canfield/canfield.c
1124
totalcosts = total.hand + total.inspection + total.game +
games/canfield/canfield/canfield.c
1127
game.worth = game.wins - gamecosts;
games/canfield/canfield/canfield.c
1130
gamereturn = ((double)game.wins / (double)gamecosts - 1.0) * 100.0;
games/canfield/canfield/canfield.c
1135
printw("%4d%8d%9d", this.hand, game.hand, total.hand);
games/canfield/canfield/canfield.c
1137
printw("%4d%8d%9d", this.inspection, game.inspection, total.inspection);
games/canfield/canfield/canfield.c
1139
printw("%4d%8d%9d", this.game, game.game, total.game);
games/canfield/canfield/canfield.c
1141
printw("%4d%8d%9d", this.runs, game.runs, total.runs);
games/canfield/canfield/canfield.c
1143
printw("%4d%8d%9d", this.information, game.information,
games/canfield/canfield/canfield.c
1146
printw("%4d%8d%9d", this.thinktime, game.thinktime, total.thinktime);
games/canfield/canfield/canfield.c
1150
printw("%4d%8d%9d", this.wins, game.wins, total.wins);
games/canfield/canfield/canfield.c
1152
printw("%4d%8d%9d", this.worth, game.worth, total.worth);
games/canfield/canfield/canfield.c
1310
game.wins += valuepercardup;
games/canfield/canfield/canfield.c
1451
game.inspection += costofinspection;
games/canfield/canfield/canfield.c
1496
game.wins += valuepercardup * cardsoff;
games/canfield/canfield/canfield.c
1498
this.game += costofgame;
games/canfield/canfield/canfield.c
1499
game.game += costofgame;
games/canfield/canfield/canfield.c
1500
total.game += costofgame;
games/canfield/canfield/canfield.c
176
long game; /* cost of buying game */
games/canfield/canfield/canfield.c
183
struct betinfo this, game, total;
games/canfield/canfield/canfield.c
666
game.wins += valuepercardup;
games/canfield/canfield/canfield.c
731
game.hand += costofhand;
games/canfield/canfield/canfield.c
734
this.game = 0;
games/canfield/canfield/canfield.c
888
game.runs += costofrunthroughhand;
games/canfield/canfield/canfield.c
928
game.information += costofinformation;
games/canfield/canfield/canfield.c
973
game.information += costofinformation;
games/canfield/canfield/canfield.c
985
game.information += costofinformation;
games/canfield/cfscores/cfscores.c
132
printf("| Games %8ld |\n", total.game);
games/canfield/cfscores/cfscores.c
46
long game; /* cost of buying game */
games/cribbage/crib.c
124
game();
games/cribbage/crib.c
49
static void game(void);
games/sail/dr_main.c
70
if (game < 0 || game >= NSCENE) {
games/sail/dr_main.c
71
errx(1, "\ndriver: Bad game number %d", game);
games/sail/dr_main.c
73
cc = &scene[game];
games/sail/extern.h
252
extern int game;
games/sail/globals.c
581
int game;
games/sail/main.c
157
game = atoi(*argv);
games/sail/main.c
159
game = -1;
games/sail/misc.c
233
log[NLOG-1].l_gamenum = game;
games/sail/pl_7.c
1073
hasdriver = sync_exists(game);
games/sail/pl_7.c
1483
game = joinable[joinpos];
games/sail/pl_7.c
1498
game = startscenario;
games/sail/pl_main.c
106
if (game < 0 || game >= NSCENE) {
games/sail/pl_main.c
62
if (game < 0 || game >= NSCENE) {
games/sail/pl_main.c
65
cc = &scene[game];
games/sail/sync.c
254
sync_file = get_sync_file(game);
games/sail/sync.c
255
(void)get_lock_file(game);
games/sail/sync.c
278
sync_file = get_sync_file(game);
games/sail/sync.c
340
sync_file = get_sync_file(game);
games/sail/sync.c
341
sync_lock = get_lock_file(game);