Home
last modified time | relevance | path

Searched refs:precipamt (Results 1 – 6 of 6) sorted by relevance

/dports/misc/wmweather+/wmweather+-2.18/
H A Dforecast.h26 short precipamt; /* -1, 0 - 7 (amount code) */ member
H A Deta.c306 forecasts[m].precipamt=i; in parse_eta()
309 if(m>0 && m<ETA_MSG_MAX-2) forecasts[m-1].precipamt=i; in parse_eta()
H A Davn.c299 forecasts[m].precipamt=i; in parse_avn()
302 if(m>0 && m<AVN_MAX-2) forecasts[m-1].precipamt=i; in parse_avn()
H A Ddock.c714 if(f->precipamt>0){ in DrawDisplay()
716 switch(f->precipamt){ in DrawDisplay()
H A Dforecast.c149 f->precipamt=-1; in reset_forecast()
H A Dmrf.c228 if(i!=9) forecasts[m].precipamt=i; in parse_mrf()