Lines Matching defs:month
194 char *month; /* from */
1216 ((e->of.ct.month = next_field(1, 12)) != NULL) &&
1542 * PRGM | min hour day of month mon day of week
1588 tm_mon = next_ge(tm->tm_mon + 1, e->of.ct.month) - 1; /* 0-11 */
1726 * the day of the month for the next occurance of this event.
1741 /* event does not occur in this month */
1743 mon = next_ge(m%12 + 1, e->of.ct.month) - 1; /* 0..11 */
1751 /* wd is the day of the week of the first of month mon */
1764 } else { /* event occurs in this month */
1817 * 1. Non existing day of the month. such as April 31th.
1829 e->of.ct.month) - 1) &&
1836 * next month, and recalcuate the first occurrence.
1844 tmp2.tm_mday = 1; /* 1st day of the month */
2148 free(e2->of.ct.month);