Searched refs:lastat (Results 1 – 1 of 1) sorted by relevance
2928 struct attype *lastat; in outzone() local2933 for (lastat = attypes, i = 1; i < timecnt; i++) in outzone()2934 if (attypes[i].at > lastat->at) in outzone()2935 lastat = &attypes[i]; in outzone()2936 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone()2938 lastat ? lastat->type : defaulttype); in outzone()