Lines Matching refs:short
131 my $short;
144 $short=$1;
201 if(defined($short) && $long) {
202 $opt = "-$short, --$long";
204 elsif($short && !$long) {
205 $opt = "-$short";
207 elsif($long && !$short) {
294 my $short;
302 $short=$1;
324 if($short) {
325 $optshort{$short}=$long;
328 $optlong{$long}=$short;
357 my $short = $optlong{$long};
362 if(defined($short) && $long) {
363 $opt = "-$short, --$long";
365 elsif($long && !$short) {