Lines Matching defs:OBP
274 bp = isdefense ? from->file->DBP : from->file->OBP;
294 int obp = 0;
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)