Searched refs:SHIPTYPES (Results 1 – 1 of 1) sorted by relevance
95 #define SHIPTYPES 5 macro169 ship_t plyship[SHIPTYPES] =178 ship_t cpuship[SHIPTYPES] =397 for (i = 0; i < SHIPTYPES; i++) in initgame()466 for(ss = cpuship; ss < cpuship + SHIPTYPES; ss++) in initgame()474 char docked[SHIPTYPES + 2], *cp = docked; in initgame()479 for (i = 0; i < SHIPTYPES; i++) in initgame()496 for (ss = plyship; ss < plyship + SHIPTYPES; ss++) in initgame()519 for (ss = plyship; ss < plyship + SHIPTYPES; ss++) in initgame()554 for (unplaced = i = 0; i < SHIPTYPES; i++) in initgame()[all …]