Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Ddates.c57 struct cal_day { struct
61 struct cal_day *nextday; argument
83 static struct cal_day * find_day(int yy, int mm, int dd); argument