Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Ddr_5.c46 int pcfrom) in subtract() argument
62 pcfrom -= totalfrom; in subtract()
63 pcfrom = pcfrom < 0 ? 0 : pcfrom; in subtract()
64 send_pcrew(from, pcfrom); in subtract()
H A Ddr_1.c143 int pcto, pcfrom, fromstrength, strengthto, frominjured, toinjured; in fightitout() local
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key); in fightitout()
190 subtract(from, fromcap, totalfrom, crewfrom, pcfrom); in fightitout()
201 subtract(from, fromcap, totalfrom, crewfrom, pcfrom); in fightitout()