Home
last modified time | relevance | path

Searched refs:NUMOFOBJECTS (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/games/battlestar/
Dglobals.c39 const char *const objdes[NUMOFOBJECTS] = {
107 const char *const objsht[NUMOFOBJECTS] = {
190 const int objwt[NUMOFOBJECTS] = {
201 const int objcumber[NUMOFOBJECTS] = {
212 const int objflags[NUMOFOBJECTS] = {
Dextern.h133 #define NUMOFOBJECTS 64 macro
216 #define NUMOFWORDS ((NUMOFOBJECTS + BITS - 1) / BITS)
254 extern const char *const objdes[NUMOFOBJECTS];
255 extern const char *const objsht[NUMOFOBJECTS];
257 extern const int objwt[NUMOFOBJECTS];
258 extern const int objcumber[NUMOFOBJECTS];
259 extern const int objflags[NUMOFOBJECTS];
Dcypher.c160 for (n = 0; n < NUMOFOBJECTS; n++) in cypher()
200 for (n = 0; n < NUMOFOBJECTS; n++) in cypher()
221 for (n = 0; n < NUMOFOBJECTS; n++) in cypher()
262 for (n = 0; n < NUMOFOBJECTS; n++) in cypher()
282 for (n = 0; n < NUMOFOBJECTS; n++) in cypher()
497 for (n = 0; n < NUMOFOBJECTS; n++) in verb_with_all()
Dmisc.c53 for (n = 0; n < NUMOFOBJECTS; n++) in ucard()
Dcommand5.c183 n = rnd(NUMOFOBJECTS); in zzz()
185 n = rnd(NUMOFOBJECTS); in zzz()
Dcommand2.c182 for (n = 0; n < NUMOFOBJECTS && in murder()
187 if (n == NUMOFOBJECTS) { in murder()
Droom.c68 for (n = 0; n < NUMOFOBJECTS; n++) in printobjs()
Dcommand3.c91 for (n = 0; n < NUMOFOBJECTS; n++) in jump()