Home | History | Annotate | Download | only in tzcode

Lines Matching defs:dow

845     int     d, m1, yy0, yy1, yy2, dow;
889 dow = ((26 * m1 - 2) / 10 +
891 if (dow < 0)
892 dow += DAYSPERWEEK;
895 ** "dow" is the day-of-week of the first day of the month. Get
896 ** the day-of-month (zero-origin) of the first "dow" day of the
899 d = rulep->r_day - dow;