Lines Matching refs:month

47 /* Width of one month with backward compatibility and in regular mode*/
116 /* Table used to print day of month and week numbers */
171 static void mkmonthr(int year, int month, int jd_flag,
173 static void mkmonthb(int year, int month, int jd_flag,
197 int m = 0; /* month */
205 int flag_3months = 0; /* user wants 3 month display (-3) */
208 int flag_specifiedmonth = 0;/* user wants to see this month (-m) */
209 int flag_givenmonth = 0; /* user has specified month [n] */
213 char *flag_month = NULL; /* requested month as string */
392 "%s is neither a month number (1..12) nor a name",
403 * -3 with a given year but no given month or without -m
404 * -3 displays 3 months, no month specified doesn't make clear
406 * -m with a given month
409 * -y displays the whole year, -m displays a single month.
410 * -y with a given month
411 * -y displays the whole year, the given month displays a single
412 * month.
427 "-3 together with a given year but no given month is "
432 "-m together with a given month is not supported.");
438 errx(EX_USAGE, "-y together a given month is not supported.");
507 "Usage: cal [general options] [-hjy] [[month] year]\n"
508 " cal [general options] [-hj] [-m month] [year]\n"
509 " ncal [general options] [-hJjpwy] [-s country_code] [[month] year]\n"
615 * and if the first month is a multitude of 'mpl'.
616 * If not, it will print the year behind every month.
661 /* And the days of the month. */
702 * and if the first month is a multitude of 'mpl'.
703 * If not, it will print the year behind every month.
736 /* And the days of the month. */
770 int first; /* first day of month */
771 int firstm; /* first day of first week of month */
773 int last; /* the first day of next month */
778 /* Set name of month. */
787 * month and the first day of next month respectively. Set jan1 to
801 * this month. (This might be in the last month)
815 * Fill the lines with day of month or day of year (julian day)
861 int first; /* first day of month */
862 int firsts; /* sunday of first week of month */
865 int last; /* the first day of next month */
878 /* Set name of month centered. */
887 * month and the first day of next month respectively. Set jan1 to
914 * this month. (This might be in the last month)
919 * Fill the lines with day of month or day of year (Julian day)
976 * month. (the first day in month and even the month might not exist!)