Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dformat-guesser.c53 DT_WEEKDAY = 1 << 7, /* www: Day of the week. */
145 { FMT_WKDAY, 1, {DT_WEEKDAY} },
794 return DT_WEEKDAY;
/dports/print/pcal/pcal-4.11.0/src/
H A Dpcaldefs.h593 #define DT_WEEKDAY 9 /* weekday name */ macro
H A Dreadfile.c1475 return (*pn = n, DT_WEEKDAY); in date_type()
2186 case DT_WEEKDAY: /* <weekday> <prep> <date> */ in parse_date()