Searched refs:game (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/games/sail/
H A Ddr_main.c53 if (game < 0 || game >= NSCENE)
54 errx(1, "driver: Bad game number %d", game);
55 cc = &scene[game];
H A Dmain.c89 game = atoi(*argv);
91 game = -1;
H A DMakefile6 assorted.c game.c globals.c misc.c parties.c sync.c version.c
H A Dpl_main.c63 if (game < 0) {
75 (void) scanf("%d", &game);
79 if (game < 0 || game >= NSCENE)
81 cc = &scene[game];
102 hasdriver = sync_exists(game);
H A Dsync.c113 sync_exists(int game) argument
119 (void) snprintf(buf, sizeof buf, SF, game);
128 (void) snprintf(buf, sizeof buf, LF, game);
144 (void) snprintf(sync_lock, sizeof sync_lock, LF, game);
145 (void) snprintf(sync_file, sizeof sync_file, SF, game);
H A Dglobals.c555 int game; variable
H A Dmisc.c230 log[NLOG-1].l_gamenum = game;
/openbsd-current/distrib/sets/
H A Dmakelocatedb39 for i in base comp etc game man; do
H A Dcheckflist39 for i in base comp etc game man; do
H A Dmaketars56 for i in base comp game man; do
/openbsd-current/games/atc/
H A Dlog.c150 sizeof(score[0].game)-1);
154 score[num_scores].game,
177 strlcpy(thisscore.game, cp, sizeof(thisscore.game));
185 strcmp(thisscore.game, score[i].game) == 0) {
232 score[i].game, score[i].planes,
248 "game", "time", "real time", "safe");
252 score[i].name, score[i].game,
H A Dstruct.h102 char game[256]; member in struct:__anon48
/openbsd-current/games/canfield/canfield/
H A Dcanfield.c173 long game; /* cost of buying game */ member in struct:betinfo
180 struct betinfo this, game, total; variable in typeref:struct:
300 printw("|q = quit to end the game |");
440 * clean up the board for another game
627 * the game, so the pile will have exactly one card in it.
662 game.wins += valuepercardup;
671 * procedure to initialize the things necessary for the game
717 * procedure to print the beginning cards and to start each game
727 game
[all...]
/openbsd-current/games/canfield/cfscores/
H A Dcfscores.c45 long game; /* cost of buying game */ member in struct:betinfo
131 printf("| Games %8ld |\n", total.game);
/openbsd-current/games/cribbage/
H A Dcribbage.h51 extern int glimit; /* points to win game */
83 void game(void);
H A Dcrib.c110 game();
111 msg("Another game? ");
149 * Print out the current game score
163 * game:
164 * Play one game up to glimit points. Actually, we only ASK the
168 game(void) function
269 * Do up one hand of the game
/openbsd-current/distrib/macppc/iso/
H A DMakefile8 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/hppa/iso/
H A DMakefile8 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/octeon/iso/
H A DMakefile12 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/alpha/iso/
H A DMakefile10 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/riscv64/iso/
H A DMakefile12 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/powerpc64/iso/
H A DMakefile13 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/gnu/usr.bin/perl/Porting/
H A DcheckURL.pl277 http://the.good.ship.lollypop.com:8080/cgi-bin/foo.cgi/somewhere/else?game=chess;game=checkers;weather=dull;foo=bar
282 http://the.good.ship.lollypop.com:8080/cgi-bin/foo.cgi/somewhere/else?game=chess;game=checkers;weather=dull;foo=bar
/openbsd-current/distrib/i386/iso/
H A DMakefile15 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \
/openbsd-current/distrib/sparc64/iso/
H A DMakefile14 ${RELDIR}/game${OSrev}.tgz ${RELDIR}/man${OSrev}.tgz \

Completed in 136 milliseconds

12