Lines Matching defs:game
65 static int priority = 0; /* priority game runs at */
66 static char *game, /* requested game */
89 game = (cp = strrchr(*argv, '/')) ? ++cp : *argv;
91 if (!strcmp(game, "dm"))
108 * play the game
115 snprintf(pbuf, sizeof(pbuf), "%s%s", _PATH_HIDE, game);
142 case 'g': /* game */
144 f1, f2, f3, f4, f5) != 5 || strcasecmp(f1, "game"))
210 * see if game can be played now.
220 if (strcmp(game, s_game) && strcasecmp("default", s_game))
298 * log play of game
323 fprintf(lp, "\t%s\t%s\t%s", game, gametty, ctime(&now));