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

/freebsd-10-stable/lib/libcalendar/
H A Dcalendar.c276 static int nmonday; /* ... which is a monday */ local
279 if (nmonday == 0)
280 nmonday = ndaysgi(&dmondaygi);
282 /* return (nd - nmonday) modulo 7 which is the weekday */
283 nd = (nd - nmonday) % 7;

Completed in 110 milliseconds