Searched refs:fromcap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/sail/
H A Ddr_5.c45 subtract(struct ship *from, struct ship *fromcap, int totalfrom, int crewfrom[3], argument
50 if (fromcap == from && totalfrom) { /* if not captured */
H A Ddr_1.c141 struct ship *fromcap, *tocap; local
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
151 if (fromcap == 0)
152 fromcap = from;
157 if (fromcap == from)
167 fromstrength = menfrom * fromcap->specs->qual;
185 fromstrength = menfrom * fromcap->specs->qual;
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom);
204 if (fromcap !
[all...]

Completed in 75 milliseconds