Home | History | Annotate | Download | only in tzcode

Lines Matching refs:dow

822 	int		d, m1, yy0, yy1, yy2, dow;
866 dow = ((26 * m1 - 2) / 10 +
868 if (dow < 0)
869 dow += DAYSPERWEEK;
872 ** "dow" is the day-of-week of the first day of the month. Get
873 ** the day-of-month (zero-origin) of the first "dow" day of the
876 d = rulep->r_day - dow;