Home
last modified time | relevance | path

Searched defs:month (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsort.c218 bool month; /* Flag for comparison by month name. */ member
225 struct month struct
227 char const *name;
228 int val;
2048 getmonth (char const *month, char **ea) in getmonth()