Home
last modified time | relevance | path

Searched refs:rhits (Results 1 – 2 of 2) sorted by relevance

/openbsd/games/sail/
H A Dassorted.c44 int hhits = 0, chits = 0, ghits = 0, rhits = 0; in table() local
67 Rhit = rhits = tp->R; in table()
71 rhits *= 2; in table()
90 if (rhits > rigg[n]){ in table()
91 rhits -= rigg[n]; in table()
94 rigg[n] -= rhits; in table()
95 rhits = 0; in table()
97 if (rigg[3] != -1 && rhits > rigg[3]) { in table()
98 rhits -= rigg[3]; in table()
101 rigg[3] -= rhits; in table()
H A Dpl_3.c47 int hhits = 0, ghits = 0, rhits = 0, chits = 0; in acceptcombat() local
182 rhits = t->R; in acceptcombat()
186 rhits *= 2; in acceptcombat()
196 hhits, ghits, chits, rhits); in acceptcombat()