Home
last modified time | relevance | path

Searched refs:wx_rain_total (Results 1 – 5 of 5) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dwx.c710 xastir_snprintf(weather->wx_rain_total, in decode_U2000_L()
739 weather->wx_rain_total[0]=0; in decode_U2000_L()
969 xastir_snprintf(weather->wx_rain_total, in decode_U2000_P()
998 weather->wx_rain_total[0] = 0; in decode_U2000_P()
1230 weather->wx_rain_total[0] = 0; in decode_Peet_Bros()
1614 weather->wx_rain_total[0]=0; in wx_fill_data()
1792 weather->wx_rain_total[0]=0; in wx_fill_data()
2052 weather->wx_rain_total[0]=0; in wx_fill_data()
2529 weather->wx_rain_total[0]=0; in wx_fill_data()
2758 weather->wx_rain_total[0]=0; in wx_fill_data()
[all …]
H A Ddatabase.h282 char wx_rain_total[10]; // in hundredths inch member
H A Dwx_gui.c1969 if (strlen(weather->wx_rain_total) > 0) in fill_wx_data()
1975 atof(weather->wx_rain_total)*.254); in fill_wx_data()
1980 atof(weather->wx_rain_total)/100.0); in fill_wx_data()
H A Ddb.c5489 if (strlen(weather->wx_rain_total) > 0) in station_data_fill_in()
5496 … xastir_snprintf(temp, sizeof(temp), langcode("WPUPSTI048"),atof(weather->wx_rain_total)/100.0); in station_data_fill_in()
5500 … xastir_snprintf(temp, sizeof(temp), langcode("WPUPSTI047"),atof(weather->wx_rain_total)*.254); in station_data_fill_in()
8588 weather->wx_rain_total[0] = '\0'; in init_weather()
/dports/comms/xastir/Xastir-Release-2.1.8/
H A DChangeLog654 into "wx_rain_total" instead.
658 I'm never setting wx_rain_total, and Xastir needs that.
662 saving pXXX into wx_rain_total so that Xastir can handle it