Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Ddates.c38 struct cal_year { struct
45 struct cal_year *nextyear; argument
52 struct cal_year *year; /* points back */
63 struct cal_year *year; /* points back */
69 static struct cal_year *hyear = NULL;
88 struct cal_year *py, *pyp; in createdate()
105 py = (struct cal_year *)calloc(1, sizeof(struct cal_year)); in createdate()
237 struct cal_year *y; in dumpdates()
263 struct cal_year *y; in remember_ymd()
299 struct cal_year *y; in remember_yd()
[all …]