Home
last modified time | relevance | path

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

/dports/devel/util-linux/util-linux-2.36/misc-utils/
H A Dcal.c598 if (ctl.num_months > 1 && ctl.months_in_row == 0) { in main()
599 ctl.months_in_row = MONTHS_IN_YEAR_ROW; /* default */ in main()
614 ctl.months_in_row = new_n > 0 ? new_n : 1; in main()
616 } else if (!ctl.months_in_row) in main()
617 ctl.months_in_row = 1; in main()
1018 m1.next = (ctl->months_in_row > 1) ? &m2 : NULL; in monthly()
1019 m2.next = (ctl->months_in_row > 2) ? &m3 : NULL; in monthly()
1022 rows = (ctl->num_months - 1) / ctl->months_in_row; in monthly()
1025 switch (ctl->num_months % ctl->months_in_row){ in monthly()
1062 year_width = (size_t) ctl->months_in_row * ctl->week_width in yearly()
[all …]
/dports/devel/util-linux/util-linux-2.36/Documentation/releases/
H A Dv2.32-ReleaseNotes87 - do not set months_in_row with -3 option [J William Piggott]
H A Dv2.34-ReleaseNotes121 - make sure months_in_row makes sense [coverity scan] [Karel Zak]
H A Dv2.28-ReleaseNotes145 - Track date span independently from months_in_row [Deiz]