Searched refs:NUMOFROOMS (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/games/battlestar/
H A Dglobals.c265 char beenthere[NUMOFROOMS + 1];
H A Dcypher.c342 printf("You have visited %d out of %d rooms this run (%d%%).\n", card(beenthere, NUMOFROOMS), NUMOFROOMS, card(beenthere, NUMOFROOMS) * 100 / NUMOFROOMS);
H A Dcommand1.c76 for (i = 1; i <= NUMOFROOMS; i++)
83 for (i = 1; i <= NUMOFROOMS; i++)
H A Dextern.h215 #define NUMOFROOMS 275 macro
296 extern char beenthere[NUMOFROOMS+1];
H A Dsave.c56 for (n = 1; n <= NUMOFROOMS; n++) {
109 for (n = 1; n <= NUMOFROOMS; n++) {
H A Dcommand6.c204 while (!(position = rnd(NUMOFROOMS + 1)) || !OUTSIDE ||

Completed in 92 milliseconds