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

/freebsd-13-stable/usr.bin/calendar/
H A Ddates.c55 struct cal_day *days;
59 struct cal_day { struct
63 struct cal_day *nextday;
85 static struct cal_day * find_day(int yy, int mm, int dd);
92 struct cal_day *pd, *pdp;
158 pd = (struct cal_day *)calloc(1, sizeof(struct cal_day));
241 struct cal_day *d;
267 struct cal_day *d;
303 struct cal_day *
[all...]

Completed in 103 milliseconds