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

/freebsd-13-stable/usr.bin/calendar/
H A Ddates.c56 struct cal_month *nextmonth; member in struct:cal_month
133 pm = pm->nextmonth;
145 pmp->nextmonth = pm;
256 m = m->nextmonth;
281 m = m->nextmonth;
325 m = m->nextmonth;
364 m = m->nextmonth;
393 if (m->nextmonth != NULL) {
394 m = m->nextmonth;
429 m = m->nextmonth;
[all...]

Completed in 19 milliseconds