Searched refs:FIGURE_SURGEON (Results 1 – 11 of 11) sorted by relevance
/dports/games/julius/julius-1.7.0/src/figure/ |
H A D | type.h | 47 FIGURE_SURGEON = 34, enumerator
|
H A D | name.c | 120 case FIGURE_SURGEON: in figure_name_get()
|
H A D | service.c | 350 case FIGURE_SURGEON: in figure_service_provide_coverage()
|
/dports/games/augustus/augustus-3.1.0/src/figure/ |
H A D | type.h | 47 FIGURE_SURGEON = 34, enumerator
|
H A D | name.c | 128 case FIGURE_SURGEON: in figure_name_get()
|
H A D | movement.c | 107 case FIGURE_SURGEON: in get_permission_for_figure_type()
|
H A D | service.c | 521 case FIGURE_SURGEON: in figure_service_provide_coverage()
|
/dports/games/julius/julius-1.7.0/src/widget/ |
H A D | city_overlay_health.c | 42 return f->type == FIGURE_SURGEON; in show_figure_hospital()
|
/dports/games/augustus/augustus-3.1.0/src/widget/ |
H A D | city_overlay_health.c | 42 return f->type == FIGURE_SURGEON; in show_figure_hospital()
|
/dports/games/julius/julius-1.7.0/src/building/ |
H A D | figure.c | 827 if (has_figure_of_type(b, FIGURE_SURGEON)) { in spawn_figure_hospital() 840 create_roaming_figure(b, road.x, road.y, FIGURE_SURGEON); in spawn_figure_hospital()
|
/dports/games/augustus/augustus-3.1.0/src/building/ |
H A D | figure.c | 1004 if (has_figure_of_type(b, FIGURE_SURGEON)) { in spawn_figure_hospital() 1017 create_roaming_figure(b, road.x, road.y, FIGURE_SURGEON); in spawn_figure_hospital()
|