parsetime.c | 67 JUL, AUG, SEP, OCT, NOV, DEC, 115 {"sep", SEP, false}, 127 {"september", SEP, false}, 482 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: 524 tokid_t sep; local in function:month 526 sep = sc_tokid; 529 if (token() == sep) { 538 if (sep == DOT) {
|