Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dcalendar.c72 static char *cached_months[MAX_MONTHS]; variable
135 if (cached_months[n] == 0) { in nameOfMonth()
141 cached_months[n] = dlg_strclone(nl_langinfo(items[n])); in nameOfMonth()
145 if (cached_months[n] == 0) { in nameOfMonth()
161 cached_months[n] = dlg_strclone(posix_mons[n]); in nameOfMonth()
164 DLG_TRACE(("# MON(%d) = '%s'\n", n, cached_months[n])); in nameOfMonth()
167 return cached_months[n]; in nameOfMonth()
642 free(cached_months[n]); in CleanupResult()
643 cached_months[n] = 0; in CleanupResult()