Searched refs:F_DAYOFWEEK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.h66 #define F_DAYOFWEEK 0x00002 macro
H A Dparsedata.c163 *flags |= F_DAYOFWEEK;
227 *flags |= F_DAYOFWEEK;
259 *flags |= F_DAYOFWEEK;
566 if (lflags == (F_ALLMONTH | F_DAYOFWEEK)) {
577 if (lflags == (F_DAYOFWEEK | F_VARIABLE)) {
594 if (lflags == (F_DAYOFWEEK | F_MODIFIERINDEX | F_VARIABLE)) {
614 (F_MONTH | F_DAYOFWEEK | F_MODIFIERINDEX | F_VARIABLE)) {
649 if (lflags == (F_DAYOFWEEK | F_MONTH | F_VARIABLE)) {
826 if ((flags & F_DAYOFWEEK) != 0)

Completed in 158 milliseconds