Home
last modified time | relevance | path

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

/netbsd-src/games/trek/
H A Dtrek.h106 #define NDEV 16 /* max number of devices */ macro
130 extern const struct device Device[NDEV];
286 double damfac[NDEV]; /* damage factor */
299 double damprob[NDEV]; /* damage probability */
H A Dexterns.c47 const struct device Device[NDEV] = {
H A Dram.c97 for (i = 0; i < NDEV; i++) { in ram()
H A Dsetup.c144 for (i = 0; i < NDEV; i++) in setup()
164 for (i = j = 0; i < NDEV; i++) in setup()
H A Dabandon.c126 for (j = 0; j < NDEV; j++) { in abandon()
H A Dwarp.c196 for (i = 0; i < NDEV; i++) in warp()