Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dcalendar.c61 #define MAX_MONTHS 12 macro
64 static char *cached_months[MAX_MONTHS];
120 static bool shown[MAX_MONTHS]; in nameOfMonth()
123 n += MAX_MONTHS; in nameOfMonth()
125 n %= MAX_MONTHS; in nameOfMonth()
128 const nl_item items[MAX_MONTHS] = in nameOfMonth()
138 static const char *posix_mons[MAX_MONTHS] = in nameOfMonth()
177 *month += MAX_MONTHS; in adjust_year_month()
180 while (*month >= MAX_MONTHS) { in adjust_year_month()
181 *month -= MAX_MONTHS; in adjust_year_month()
[all …]