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

  /src/games/sail/
dr_3.c 291 is_toughmelee(struct ship *ship, struct ship *to, int isdefense, int count) function in typeref:typename:int
312 OBP = is_toughmelee(to, ship, 0, count + 1);
313 dbp = is_toughmelee(ship, to, 1, count + 1);
314 DBP = is_toughmelee(to, ship, 1, count + 1);
dr_2.c 79 if (is_toughmelee(sp, sq, 0, 0))
extern.h 278 int is_toughmelee(struct ship *, struct ship *, int, int);
dr_1.c 64 !is_toughmelee(sp, to, 0, 0))

Completed in 13 milliseconds