Home | History | Annotate | Download | only in unzip

Lines Matching defs:nopts

1064 	int nopts;
1080 nopts = getopts(argc, argv);
1082 if (argc <= nopts)
1084 zipfile = argv[nopts++];
1089 while (nopts < argc && *argv[nopts] != '-')
1090 add_pattern(&include, argv[nopts++]);
1092 nopts--; /* fake argv[0] */
1093 nopts += getopts(argc - nopts, argv + nopts);