HomeSort by: relevance | last modified time | path
    Searched refs:NUMOFOBJECTS (Results 1 - 8 of 8) sorted by relevancy

  /src/games/battlestar/
globals.c 46 const char *const objdes[NUMOFOBJECTS] = {
129 const char *const objsht[NUMOFOBJECTS] = {
212 const int objwt[NUMOFOBJECTS] = {
223 const int objcumber[NUMOFOBJECTS] = {
234 const int objflags[NUMOFOBJECTS] = {
misc.c 61 for (n = 0; n < NUMOFOBJECTS; n++)
cypher.c 123 for (n = 0; n < NUMOFOBJECTS; n++)
143 for (n = 0; n < NUMOFOBJECTS; n++)
194 for (n = 0; n < NUMOFOBJECTS; n++)
215 for (n = 0; n < NUMOFOBJECTS; n++)
236 for (n = 0; n < NUMOFOBJECTS; n++)
254 for (n = 0; n < NUMOFOBJECTS; n++)
272 for (n = 0; n < NUMOFOBJECTS; n++)
291 for (n = 0; n < NUMOFOBJECTS; n++)
309 for (n = 0; n < NUMOFOBJECTS; n++)
329 for (n = 0; n < NUMOFOBJECTS; n++
    [all...]
extern.h 132 #define NUMOFOBJECTS 64
215 #define NUMOFWORDS ((NUMOFOBJECTS + BITS - 1) / BITS)
260 extern const char *const objdes[NUMOFOBJECTS];
261 extern const char *const objsht[NUMOFOBJECTS];
263 extern const int objwt[NUMOFOBJECTS];
264 extern const int objcumber[NUMOFOBJECTS];
265 extern const int objflags[NUMOFOBJECTS];
room.c 74 for (n = 0; n < NUMOFOBJECTS; n++)
command2.c 186 n == HALBERD) && testbit(inven, n)) && n < NUMOFOBJECTS;
188 if (n == NUMOFOBJECTS) {
command5.c 215 n = rnd(NUMOFOBJECTS);
217 n = rnd(NUMOFOBJECTS);
command3.c 97 for (n = 0; n < NUMOFOBJECTS; n++)

Completed in 15 milliseconds