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

/freebsd-10-stable/usr.bin/calendar/
H A Ddates.c50 int firstdayjulian; /* 000 .. 366 */ member in struct:cal_month
138 pm->firstdayjulian = cumday[m] + 2;
140 (py->firstdayofweek + pm->firstdayjulian -1) % 7;
159 pd->julianday = pm->firstdayjulian + d - 1;
246 m->firstdayjulian, m->firstdayofweek);

Completed in 99 milliseconds