Lines Matching defs:days
110 /* number of julian leap days that have passed by a given date */
114 /* number of gregorian leap days that have passed by a given date */
122 * of days from the date before the shift to the next date that
124 * *missing* days, not the number of days that the shift spans, we
138 * leap years (leap days celebrated during centennial years that are
163 * days that get displayed, plus a crib slot.
351 int days[3][MAXDAYS];
413 day_array(month + i + 1, year, days[i]);
462 dp = &days[i][row * 7];
492 day_array(int month, int year, int *days)
506 memmove(days, shift_days[julian][dw],
512 memmove(days, empty, MAXDAYS * sizeof(int));
520 days[dw++] = SPACE - day++;
522 days[dw++] = day++;
673 int i, days, diw, diy;
796 * days, and that can affect four months), and it doesn't hurt
800 days = 0;
803 &days, &date, &diw, &diy,
811 * and "julian day" representations) with respect for days
842 * gets the right number of days in it.
848 * in any days that actually occur.