Home
last modified time | relevance | path

Searched refs:week_len (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/cal/
H A Dcal.c366 int col, *dp, i, month, row, which_cal, week_len, wn, firstday; in yearly() local
370 week_len = WEEK_LEN; in yearly()
372 week_len += WEEKNUMBER_LEN; in yearly()
374 center(lineout, week_len * 3 + HEAD_SEP * 2, 0); in yearly()
381 center(month_names[month], week_len, HEAD_SEP); in yearly()
382 center(month_names[month + 1], week_len, HEAD_SEP); in yearly()
383 center(month_names[month + 2], week_len, 0); in yearly()
390 p = lineout + which_cal * (week_len + 2); in yearly()