OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crewfrom
(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],
52
if (totalfrom >
crewfrom
[n]) {
53
totalfrom -=
crewfrom
[n];
54
crewfrom
[n] = 0;
56
crewfrom
[n] -= totalfrom;
60
send_crew(from,
crewfrom
[0],
crewfrom
[1],
crewfrom
[2]);
dr_1.c
142
int
crewfrom
[3], crewto[3], menfrom, mento;
local
149
menfrom = mensent(from, to,
crewfrom
, &fromcap, &pcfrom, key);
190
subtract(from, fromcap, totalfrom,
crewfrom
, pcfrom);
201
subtract(from, fromcap, totalfrom,
crewfrom
, pcfrom);
219
subtract(from, to, - mento,
crewfrom
, 0);
Completed in 19 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026