CFOK
&e->of.ct.minute) != CFOK ||
next_field(0, 23, line, &cursor, &e->of.ct.hour) != CFOK ||
&e->of.ct.daymon) != CFOK ||
next_field(1, 12, line, &cursor, &e->of.ct.month) != CFOK ||
&e->of.ct.dayweek) != CFOK) {
if ((cferr = next_field(0, 59, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(0, 23, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(1, 31, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(1, 12, line, &cursor, NULL)) != CFOK ||
(cferr = next_field(0, 6, line, &cursor, NULL)) != CFOK) {
case CFOK:
cferror_t err = CFOK;