Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dlocale.c68 struct fixs nmonths[13]; /* short national month names */ variable
116 if (nmonths[i].name != NULL) in setnnames()
117 free(nmonths[i].name); in setnnames()
118 if ((nmonths[i].name = strdup(buf)) == NULL) in setnnames()
120 nmonths[i].len = strlen(buf); in setnnames()
H A Dparsedata.c874 if (nmonths[i - 1].len != 0 && nmonths[i - 1].name != NULL) in getmonthname()
875 return (nmonths[i - 1].name); in getmonthname()
894 for (i = 0; nmonths[i].name != NULL; i++) { in checkmonth()
895 n = nmonths + i; in checkmonth()
H A Dcalendar.h151 extern struct fixs nmonths[13]; /* short national month names */