HomeSort by: relevance | last modified time | path
    Searched defs:DBP (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
dr_3.c 274 bp = isdefense ? from->file->DBP : from->file->OBP;
295 int n, OBP = 0, DBP = 0, dbp = 0; local in function:is_toughmelee
299 bp = isdefense ? ship->file->DBP : ship->file->OBP;
313 dbp = is_toughmelee(ship, to, 1, count + 1);
314 DBP = is_toughmelee(to, ship, 1, count + 1);
315 if (OBP > obp + 10 || OBP + DBP >= obp + dbp + 10)
extern.h 149 struct BP DBP[NBP]; /* 48 */

Completed in 112 milliseconds