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

/freebsd-10-stable/usr.bin/calendar/
H A Ddates.c77 int monthdaytab[][14] = { variable
195 monthdays = monthdaytab[isleap(y1)];
213 monthdays = monthdaytab[isleap(y1)];
220 monthdays = monthdaytab[isleap(y)];
225 monthdays = monthdaytab[isleap(y2)];
H A Dcalendar.h178 extern int monthdaytab[][14];
H A Dsunpos.c376 monthdays = monthdaytab[isleap(year)];
H A Dparsedata.c499 yearinfo->monthdays = monthdaytab[isleap(year)];

Completed in 186 milliseconds