Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Ddates.c54 struct cal_month *nextmonth; member
131 pm = pm->nextmonth; in createdate()
143 pmp->nextmonth = pm; in createdate()
254 m = m->nextmonth; in dumpdates()
279 m = m->nextmonth; in remember_ymd()
323 m = m->nextmonth; in remember_yd()
362 m = m->nextmonth; in first_dayofweek_of_month()
391 if (m->nextmonth != NULL) { in walkthrough_dates()
392 m = m->nextmonth; in walkthrough_dates()
427 m = m->nextmonth; in find_day()