Home
last modified time | relevance | path

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

/dragonfly/usr.bin/calendar/
H A Dcalendar.h69 struct cal_options { struct
70 struct location *location;
71 double time; /* [0, 1) time of now in unit of days */
72 int today; /* R.D. of today to remind events */
73 int day_begin; /* beginning of date range to remind events */
74 int day_end; /* end of date range to remind events */
75 int debug; /* debug log level (higher means more verbose) */
99 extern struct cal_options Options; argument