Home
last modified time | relevance | path

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

/dragonfly/usr.bin/calendar/
H A Dio.c69 struct cal_entry { struct
70 int type; /* type of the read entry */
71 char *token; /* token to process (T_TOKEN) */
72 char *variable; /* variable name (T_VARIABLE) */
73 char *value; /* variable value (T_VARIABLE) */
74 char *date; /* event date (T_DATE) */
98 struct cal_entry *entry, bool skip); argument