Home
last modified time | relevance | path

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

/dragonfly/usr.bin/calendar/
H A Dparsedata.h49 #define F_ALLMONTH 0x00040 macro
H A Dparsedata.c216 di->flags |= (F_ALLMONTH | F_DAYOFMONTH); in determine_style()
309 if ((di->flags & F_ALLMONTH) != 0) in show_dateinfo()
358 if (di.flags == (F_ALLMONTH | F_DAYOFMONTH) && in parse_cal_date()