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

/openbsd-current/usr.bin/cal/
H A Dcal.c248 int firstday; local
258 firstday = day_in_year(1, 1, year);
259 firstsunday = firstday + (8 - firstweekday);
301 int col, row, len, days[MAXDAYS], firstday; local
312 firstday = SPACE;
315 if (firstday == SPACE && days[row * 7 + col] != SPACE)
316 firstday = days[row * 7 + col];
322 if (wflag && firstday != SPACE)
323 printf(" [%2d]", week(firstday, month, year));
366 int col, *dp, i, month, row, which_cal, week_len, wn, firstday; local
[all...]

Completed in 125 milliseconds