Searched refs:wmonths (Results 1 – 1 of 1) sorted by relevance
58 static struct wmonth *wmonths; variable148 if (wmonths == NULL) { in initialise_months()149 wmonths = sort_malloc(sizeof(struct wmonth) * 12); in initialise_months()151 if (!populate_wmonth(&wmonths[i].mon, in initialise_months()154 if (!populate_wmonth(&wmonths[i].ab, in initialise_months()158 if (!populate_wmonth(&wmonths[i].alt, in initialise_months()162 wmonths[i].alt = NULL; in initialise_months()836 if (wmonths[i].ab && (s == wcsstr(s, wmonths[i].ab))) in bws_month_score()838 if (wmonths[i].mon && (s == wcsstr(s, wmonths[i].mon))) in bws_month_score()840 if (wmonths[i].alt && (s == wcsstr(s, wmonths[i].alt))) in bws_month_score()