Searched refs:nmonths (Results 1 – 1 of 1) sorted by relevance
78 static struct fixs nmonths[13]; /* short national month names */ variable122 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()