Searched refs:short_no_arg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/support/
H A Dcull_options7 our(%short_no_arg, %short_with_num, %long_opt);
14 $short_no_arg{$1} = 1;
36 my $short_no_arg = join('', sort keys %short_no_arg);
47 our \$short_no_arg = '$short_no_arg'; # DO NOT REMOVE ANY
H A Drrsync53 our $short_no_arg = 'CDEHIKLORSWbcdgklmnoprtuvxz'; # DO NOT REMOVE ANY
114 $short_no_arg =~ s/[$short_disabled]//go;
117 $short_no_arg = "[$short_no_arg]" if length($short_no_arg) > 1;
138 next if /^-$short_no_arg+$/o || /^-$short_with_num\d+$/o;
159 $disabled = /^-$short_no_arg*([$short_disabled])/o;

Completed in 198 milliseconds