Searched refs:mensent (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/games/sail/
H A Ddr_5.c69 mensent(struct ship *from, struct ship *to, int crew[3], struct ship **captured, function
85 men += bp->mensent;
H A Ddr_3.c302 obp += bp->mensent / 100
304 obp += (bp->mensent % 100)/10
306 obp += bp->mensent % 10
H A Ddr_1.c149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0);
286 men += sp->file->OBP[n].mensent;
290 men += sp->file->DBP[n].mensent;
H A Dpl_3.c65 men += mf->OBP[n].mensent;
69 men += mf->DBP[n].mensent;
H A Dextern.h118 short mensent; member in struct:BP
288 int mensent(struct ship *, struct ship *, int[3], struct ship **, int *, int);
H A Dsync.c750 p->mensent = d;
815 p->mensent = d;

Completed in 87 milliseconds