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

/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c769 int firstm; /* first day of first week of month */ local
798 * Set firstm to the day number of monday of the first week of
801 firstm = first - weekday(first);
819 for (j = firstm + i, k = 0; j < last; j += 7, k += dw) {
841 for (j = firstm, k = 0; j < last; k += dw, j += 7)

Completed in 111 milliseconds