Home | History | Annotate | Download | only in build-aux

Lines Matching refs:short

14         (?:(-\w),\s+)?    # $1: $short: Possible short option.
21 my ($short, $long, $opt, $arg) = ($1, $2, $3, $4);
22 $short = '' if ! defined $short;
23 $short = '-d' if $long eq '--defines' && ! $short;
60 $short = "$short $arg" if $short && $short ne '-d';
63 $option{$long} = $short;