Lines Matching refs:TIMELIB_WEEKDAY
63 #define TIMELIB_WEEKDAY 7 macro
218 { "monday", TIMELIB_WEEKDAY, 1 },
219 { "mon", TIMELIB_WEEKDAY, 1 },
220 { "tuesday", TIMELIB_WEEKDAY, 2 },
221 { "tue", TIMELIB_WEEKDAY, 2 },
222 { "wednesday", TIMELIB_WEEKDAY, 3 },
223 { "wed", TIMELIB_WEEKDAY, 3 },
224 { "thursday", TIMELIB_WEEKDAY, 4 },
225 { "thu", TIMELIB_WEEKDAY, 4 },
226 { "friday", TIMELIB_WEEKDAY, 5 },
227 { "fri", TIMELIB_WEEKDAY, 5 },
228 { "saturday", TIMELIB_WEEKDAY, 6 },
229 { "sat", TIMELIB_WEEKDAY, 6 },
230 { "sunday", TIMELIB_WEEKDAY, 0 },
231 { "sun", TIMELIB_WEEKDAY, 0 },
667 case TIMELIB_WEEKDAY: in timelib_set_relative()
3540 return TIMELIB_WEEKDAY; in scan()