Searched refs:firstm (Results 1 – 1 of 1) sorted by relevance
781 int firstm; /* first day of first week of month */ in mkmonthr() local813 firstm = first - weekday(first); in mkmonthr()831 for (j = firstm + i, k = 0; j < last; j += 7, k += dw) { in mkmonthr()852 for (j = firstm, k = 0; j < last; k += dw, j += 7) in mkmonthr()