Searched refs:total_years (Results 1 – 7 of 7) sorted by relevance
22 int total_years; in main() local70 total_years = (tm_ptr->tm_year + 1900); in main()71 if (total_years >= 1900) { in main()72 printf("year %d\n", total_years); in main()74 printf("year %d\n", total_years); in main()
308 city_data.population.total_years++; in yearly_recalculate_population()309 …ulation.average_per_year = city_data.population.total_all_years / city_data.population.total_years; in yearly_recalculate_population()
169 int32_t total_years; member
100 buffer_write_i32(main, city_data.population.total_years); in save_main_data()577 city_data.population.total_years = buffer_read_i32(main); in load_main_data()
359 city_data.population.total_years++; in yearly_recalculate_population()360 …ulation.average_per_year = city_data.population.total_all_years / city_data.population.total_years; in yearly_recalculate_population()
183 int32_t total_years; member
100 buffer_write_i32(main, city_data.population.total_years); in save_main_data()600 city_data.population.total_years = buffer_read_i32(main); in load_main_data()