Home
last modified time | relevance | path

Searched refs:team_slot_count (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dteam.c58 team_slots.slots = fc_calloc(team_slot_count(), sizeof(*team_slots.slots)); in team_slots_init()
61 for (i = 0; i < team_slot_count(); i++) { in team_slots_init()
112 int team_slot_count(void) in team_slot_count() function
131 return (tslot < team_slots.slots + team_slot_count() ? tslot : NULL); in team_slot_next()
178 || !(0 <= team_id && team_id < team_slot_count())) { in team_slot_by_number()
H A Dteam.h35 int team_slot_count(void);
H A Dresearch.c67 fc_assert(ARRAY_SIZE(research_array) >= team_slot_count()); in researches_init()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dteam.c58 team_slots.slots = fc_calloc(team_slot_count(), sizeof(*team_slots.slots)); in team_slots_init()
61 for (i = 0; i < team_slot_count(); i++) { in team_slots_init()
112 int team_slot_count(void) in team_slot_count() function
131 return (tslot < team_slots.slots + team_slot_count() ? tslot : NULL); in team_slot_next()
178 || !(0 <= team_id && team_id < team_slot_count())) { in team_slot_by_number()
H A Dteam.h35 int team_slot_count(void);
H A Dresearch.c67 fc_assert(ARRAY_SIZE(research_array) >= team_slot_count()); in researches_init()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsavecompat.c980 int researches[MAX(player_slot_count(), team_slot_count())]; in compat_load_020600()
H A Druleset.c5823 if (team_slot_count() < teams) { in load_ruleset_game()
5824 teams = team_slot_count(); in load_ruleset_game()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsavecompat.c980 int researches[MAX(player_slot_count(), team_slot_count())]; in compat_load_020600()
H A Druleset.c5823 if (team_slot_count() < teams) { in load_ruleset_game()
5824 teams = team_slot_count(); in load_ruleset_game()