Lines Matching refs:combo
232 my $combo;
234 # figure out the -short, --long combo
235 $combo = "-$1, --$2";
239 $combo = "--$1";
241 if($combo) {
242 push @manpage, $combo;
243 $opts{$combo} |= 2;
260 my $combo;
262 # figure out the -short, --long combo
263 $combo = "-$1, --$2";
267 $combo = "--$1";
269 if($combo) {
270 push @toolhelp, $combo;
271 $opts{$combo} |= 4;