Home
last modified time | relevance | path

Searched refs:NDEV (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/games/trek/
H A Dtrek.h91 #define NDEV 16 /* max number of devices */ macro
116 extern const struct device Device[NDEV];
272 double damfac[NDEV]; /* damage factor */
285 double damprob[NDEV]; /* damage probability */
H A Dexterns.c39 const struct device Device[NDEV] =
H A Dram.c90 for (i = 0; i < NDEV; i++) in ram()
H A Dsetup.c129 for (i = 0; i < NDEV; i++) in setup()
149 for (i = j = 0; i < NDEV; i++) in setup()
H A Dabandon.c123 for (j = 0; j < NDEV; j++) in abandon()
H A Dwarp.c185 for (i = 0; i < NDEV; i++) in warp()