Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dbwstring.c59 static struct cmonth *cmonths; variable
128 if (cmonths == NULL) { in initialise_months()
129 cmonths = sort_malloc(sizeof(struct cmonth) * 12); in initialise_months()
131 if (!populate_cmonth(&cmonths[i].mon, in initialise_months()
134 if (!populate_cmonth(&cmonths[i].ab, in initialise_months()
138 if (!populate_cmonth(&cmonths[i].alt, in initialise_months()
142 cmonths[i].alt = NULL; in initialise_months()
818 if (cmonths[i].mon && (s == strstr(s, cmonths[i].mon))) in bws_month_score()
820 if (cmonths[i].ab && (s == strstr(s, cmonths[i].ab))) in bws_month_score()
822 if (cmonths[i].alt && (s == strstr(s, cmonths[i].alt))) in bws_month_score()