Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/calendar/
Ddates.c53 struct cal_day *days;
57 struct cal_day { struct
61 struct cal_day *nextday; argument
65 } cal_day; argument
83 static struct cal_day * find_day(int yy, int mm, int dd);
90 struct cal_day *pd, *pdp; in createdate()
156 pd = (struct cal_day *)calloc(1, sizeof(struct cal_day)); in createdate()
239 struct cal_day *d; in dumpdates()
265 struct cal_day *d; in remember_ymd()
301 struct cal_day *d; in remember_yd()
[all …]