Home
last modified time | relevance | path

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

/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Daidata.c69 const struct ai_dip_intel **player_intel_slot in dai_data_init() local
71 *player_intel_slot = NULL; in dai_data_init()
351 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_new() local
355 fc_assert_ret(*player_intel_slot == NULL); in dai_diplomacy_new()
358 *player_intel_slot = player_intel; in dai_diplomacy_new()
394 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_get() local
398 fc_assert_ret_val(player_intel_slot != NULL, NULL); in dai_diplomacy_get()
400 return (struct ai_dip_intel *) *player_intel_slot; in dai_diplomacy_get()
413 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_destroy() local
417 if (*player_intel_slot != NULL) { in dai_diplomacy_destroy()
[all …]
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Daidata.c69 const struct ai_dip_intel **player_intel_slot in dai_data_init() local
71 *player_intel_slot = NULL; in dai_data_init()
351 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_new() local
355 fc_assert_ret(*player_intel_slot == NULL); in dai_diplomacy_new()
358 *player_intel_slot = player_intel; in dai_diplomacy_new()
394 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_get() local
398 fc_assert_ret_val(player_intel_slot != NULL, NULL); in dai_diplomacy_get()
400 return (struct ai_dip_intel *) *player_intel_slot; in dai_diplomacy_get()
413 const struct ai_dip_intel **player_intel_slot in dai_diplomacy_destroy() local
417 if (*player_intel_slot != NULL) { in dai_diplomacy_destroy()
[all …]