Home
last modified time | relevance | path

Searched refs:MAX_DAYS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/dialog/
H A Dcalendar.c44 #define MIN_HIGH (DAY_HIGH + 2 + HDR_HIGH + BTN_HIGH + (MAX_DAYS * MARGIN))
68 #define MAX_DAYS 7 macro
71 static char *cached_days[MAX_DAYS];
77 static bool shown[MAX_DAYS]; in nameOfDayOfWeek()
80 n += MAX_DAYS; in nameOfDayOfWeek()
82 n %= MAX_DAYS; in nameOfDayOfWeek()
85 const nl_item items[MAX_DAYS] = in nameOfDayOfWeek()
94 static const char *posix_days[MAX_DAYS] = in nameOfDayOfWeek()
250 return (6 + (y + (y / 4) - (y / 100) + (y / 400) + t[m - 1] + d)) % MAX_DAYS; in day_of_week()
274 week += (diy - 1) / MAX_DAYS; in iso_week()
[all …]