X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpick.c;h=6f450af20274a2dca1ef4e5bb7c522edf3fe35ec;hb=a8a488a128a8124503d01da632c7290f6abc0752;hp=fb631112f09b2f645055b1e8e6c2767ef113fca4;hpb=cff8de7654cf393a494b01a587bd4d503d15a5e3;p=mmh diff --git a/uip/pick.c b/uip/pick.c index fb63111..6f450af 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -45,21 +45,23 @@ static struct swit switches[] = { { "datefield field", 5 }, #define SEQSW 15 { "sequence name", 0 }, -#define PUBLSW 16 +#define NSEQSW 16 + { "nosequence", 0 }, +#define PUBLSW 17 { "public", 0 }, -#define NPUBLSW 17 +#define NPUBLSW 18 { "nopublic", 0 }, -#define ZEROSW 18 +#define ZEROSW 19 { "zero", 0 }, -#define NZEROSW 19 +#define NZEROSW 20 { "nozero", 0 }, -#define LISTSW 20 +#define LISTSW 21 { "list", 0 }, -#define NLISTSW 21 +#define NLISTSW 22 { "nolist", 0 }, -#define VERSIONSW 22 +#define VERSIONSW 23 { "version", 0 }, -#define HELPSW 23 +#define HELPSW 24 { "help", 0 }, { NULL, 0 } }; @@ -158,6 +160,9 @@ main (int argc, char **argv) seqs[seqp++] = cp; continue; + case NSEQSW: + seqp = 0; + continue; case PUBLSW: publicsw = 1; continue;