Home
last modified time | relevance | path

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

/openbsd/usr.bin/calendar/
H A Dday.c78 static struct fixs nmonths[13]; /* short national month names */ variable
122 free(nmonths[i].name); in setnnames()
123 if ((nmonths[i].name = strdup(buf)) == NULL) in setnnames()
125 nmonths[i].len = strlen(buf); in setnnames()
587 for (n = nmonths; n->name; ++n) in getmonth()
589 return ((n - nmonths) + 1); in getmonth()