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

/freebsd-current/usr.bin/ncal/
H A Dncal.c863 int firsts; /* sunday of first week of month */ local
914 * Set firsts to the day number of sunday of the first week of
917 firsts = first - (weekday(first)+1) % 7;
926 for (j = firsts + 7 * i, k = 0; j < last && k != dw * 7;

Completed in 60 milliseconds