Home
last modified time | relevance | path

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

/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.c52 struct tile_hash *mapdeco_highlight_table; variable
3264 mapdeco_highlight_table = tile_hash_new(); in mapdeco_init()
3274 if (mapdeco_highlight_table) { in mapdeco_free()
3275 tile_hash_destroy(mapdeco_highlight_table); in mapdeco_free()
3276 mapdeco_highlight_table = NULL; in mapdeco_free()
3295 if (!ptile || !mapdeco_highlight_table) { in mapdeco_set_highlight()
3302 changed = tile_hash_remove(mapdeco_highlight_table, ptile); in mapdeco_set_highlight()
3316 if (!ptile || !mapdeco_highlight_table) { in mapdeco_is_highlight_set()
3328 if (!mapdeco_highlight_table) { in mapdeco_clear_highlights()
3332 tile_hash_iterate(mapdeco_highlight_table, ptile) { in mapdeco_clear_highlights()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.c52 struct tile_hash *mapdeco_highlight_table; variable
3264 mapdeco_highlight_table = tile_hash_new(); in mapdeco_init()
3274 if (mapdeco_highlight_table) { in mapdeco_free()
3275 tile_hash_destroy(mapdeco_highlight_table); in mapdeco_free()
3276 mapdeco_highlight_table = NULL; in mapdeco_free()
3295 if (!ptile || !mapdeco_highlight_table) { in mapdeco_set_highlight()
3302 changed = tile_hash_remove(mapdeco_highlight_table, ptile); in mapdeco_set_highlight()
3316 if (!ptile || !mapdeco_highlight_table) { in mapdeco_is_highlight_set()
3328 if (!mapdeco_highlight_table) { in mapdeco_clear_highlights()
3332 tile_hash_iterate(mapdeco_highlight_table, ptile) { in mapdeco_clear_highlights()
[all …]