Lines Matching refs:opt
65 } opt;
200 memset(&opt, 0, sizeof(opt));
201 opt.show_progress = 1;
206 if (!opt.vol1) {
207 opt.vol1 = argv[optind - 1];
208 } else if (!opt.vol2) {
209 opt.vol2 = argv[optind - 1];
217 opt.debug++;
224 opt.show_progress = 0;
227 opt.verbose++;
236 if (opt.vol1 == NULL || opt.vol2 == NULL) {
252 if (!opt.debug)
716 if (!opt.verbose)
731 if (!opt.verbose)
772 if (opt.verbose) {
898 if (opt.show_progress)
994 vol1 = mount_volume(opt.vol1);
995 vol2 = mount_volume(opt.vol2);