Searched refs:pcfrom (Results 1 – 2 of 2) sorted by relevance
/dragonfly/games/sail/ |
H A D | dr_5.c | 46 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 D | dr_1.c | 143 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()
|