Searched refs:firstsm (Results 1 – 1 of 1) sorted by relevance
871 int firstsm; /* sunday or monday of first week of month */ in mkmonthb() local926 firstsm = first - weekday(first); in mkmonthb()928 firstsm = first - (weekday(first) + 1) % 7; in mkmonthb()937 for (j = firstsm + 7 * i, k = 0; j < last && k != dw * 7; in mkmonthb()