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

/freebsd-10-stable/usr.bin/calendar/
H A Ddates.c53 struct cal_day *days;
57 struct cal_day { struct
61 struct cal_day *nextday;
82 static struct cal_day * find_day(int yy, int mm, int dd);
89 struct cal_day *pd, *pdp;
155 pd = (struct cal_day *)calloc(1, sizeof(struct cal_day));
238 struct cal_day *d;
264 struct cal_day *d;
300 struct cal_day *
[all...]

Completed in 44 milliseconds