X("nomsgid", 0, NMSGDSW) \
X("push", 0, PUSHSW) \
X("nopush", 0, NPUSHSW) \
- X("split seconds", 0, SPLITSW) \
X("unique", -6, UNIQSW) \
X("nounique", -8, NUNIQSW) \
X("verbose", 0, VERBSW) \
extern bool forwsw;
extern int inplace;
extern bool pushsw;
-extern int splitsw;
extern bool unique;
extern bool verbsw;
pushsw = false;
continue;
- case SPLITSW:
- if (!(cp = *argp++) || sscanf (cp, "%d", &splitsw) != 1)
- die("missing argument to %s", argp[-2]);
- continue;
-
case UNIQSW:
unique = true;
continue;