HomeSort by: relevance | last modified time | path
    Searched refs:OBP (Results 1 - 7 of 7) sorted by relevancy

  /src/games/sail/
parties.c 47 struct BP *p = from->file->OBP;
59 struct BP *p = isdefense ? from->file->DBP : from->file->OBP;
71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP;
dr_3.c 274 bp = isdefense ? from->file->DBP : from->file->OBP;
294 int obp = 0; local in function:is_toughmelee
295 int n, OBP = 0, DBP = 0, dbp = 0;
299 bp = isdefense ? ship->file->DBP : ship->file->OBP;
302 obp += bp->mensent / 100
304 obp += (bp->mensent % 100)/10
306 obp += bp->mensent % 10
311 return obp;
312 OBP = is_toughmelee(to, ship, 0, count + 1);
315 if (OBP > obp + 10 || OBP + DBP >= obp + dbp + 10
    [all...]
dr_5.c 82 bp = isdefense ? from->file->DBP : from->file->OBP;
pl_3.c 64 if (mf->OBP[n].turnsent)
65 men += mf->OBP[n].mensent;
dr_1.c 102 /* OBP */
106 /* OBP */
113 /* OBP */
121 /* OBP */
128 /* OBP */
285 if (sp->file->OBP[n].turnsent)
286 men += sp->file->OBP[n].mensent;
extern.h 148 struct BP OBP[NBP]; /* 30 */
sync.c 811 struct BP *p = &ship->file->OBP[a];

Completed in 14 milliseconds