Home | History | Annotate | Download | only in tzcode

Lines Matching refs:week

2042 		register int	week;
2052 week = 1 + (rp->r_dayofmonth - 1) / DAYSPERWEEK;
2055 week = 5;
2062 week = rp->r_dayofmonth / DAYSPERWEEK;
2068 rp->r_month + 1, week, wday);