Lines Matching defs:month
31 * /NUMBER [DOT NUMBER] [AM|PM]\ /[MONTH NUMBER [NUMBER]] \
103 { "month", MONTHS, 0 }, /* month ... */
171 static void month(struct tm *);
449 * month() picks apart a month specification
451 * /[<month> NUMBER [NUMBER]] \
458 month(struct tm *tm)
484 * do month mday [year]
608 month(&runtime);
617 * month scanner
633 /*FALLTHROUGH*/ /* fall through to month setting */
635 month(&runtime);