OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalfrom
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
dr_5.c
45
subtract(struct ship *from, struct ship *fromcap, int
totalfrom
, int crewfrom[3],
50
if (fromcap == from &&
totalfrom
) { /* if not captured */
52
if (
totalfrom
> crewfrom[n]) {
53
totalfrom
-= crewfrom[n];
56
crewfrom[n] -=
totalfrom
;
57
totalfrom
= 0;
61
} else if (
totalfrom
) {
62
pcfrom -=
totalfrom
;
dr_1.c
145
int indx,
totalfrom
= 0, totalto = 0;
local
182
totalfrom
+= frominjured;
190
subtract(from, fromcap,
totalfrom
, crewfrom, pcfrom);
195
totalto, from->shipname,
totalfrom
);
201
subtract(from, fromcap,
totalfrom
, crewfrom, pcfrom);
226
totalto, from->shipname,
totalfrom
);
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026