Searched refs:Opts (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dpf55 -*|+*) Opts="$Opts $1" ; shift;;
63 [ $# = 0 ] && exec $PAGER $Opts
106 [ ${#plain[@]} -gt 0 ] && $PAGER $Opts "${plain[@]}"
116 $2 "$file" | $PAGER "$Prompt" $Opts
127 [ ${#plain[@]} -gt 0 ] && exec $PAGER $Opts "${plain[@]}"
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCommandLine.cpp536 StringMap<Option*> Opts; local
537 GetOptionInfo(PositionalOpts, SinkOpts, Opts);
539 assert((!Opts.empty() || !PositionalOpts.empty()) &&
629 Opts.clear();
630 GetOptionInfo(PositionalOpts, SinkOpts, Opts);
675 Handler = LookupOption(ArgName, Value, Opts);
687 Handler = LookupOption(ArgName, Value, Opts);
692 ErrorParsing, Opts);
697 NearestHandler = LookupNearestOption(ArgName, Opts,
811 for (StringMap<Option*>::iterator I = Opts
1199 sortOpts(StringMap<Option*> &OptMap, SmallVectorImpl< std::pair<const char *, Option*> > &Opts, bool ShowHidden) argument
1247 SmallVector<std::pair<const char *, Option*>, 128> Opts; local
1327 SmallVector<std::pair<const char *, Option*>, 128> Opts; local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dperltidyrc_dump.pl241 my %Opts; # any options found will be put here
247 return ( $error_message, \%Opts );
254 return ( $error_message, \%Opts );
280 dump_options => \%Opts,
314 return ( $error_message, \%Opts, \%Getopt_flags, \%sections,
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dperltidyrc_dump.pl241 my %Opts; # any options found will be put here
247 return ( $error_message, \%Opts );
254 return ( $error_message, \%Opts );
283 dump_options => \%Opts,
317 return ( $error_message, \%Opts, \%Getopt_flags, \%sections,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ExecutionEngine/
H A DExecutionEngine.h546 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { argument
547 Options = Opts;
/macosx-10.9.5/llvmCore-3425.0.33/examples/ExceptionDemo/
H A DExceptionDemo.cpp1925 llvm::TargetOptions Opts; local
1926 Opts.JITExceptionHandling = true;
1939 factory.setTargetOptions(Opts);
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm1752 my %Opts = ();
1772 if ( !GetOptions( \%Opts, @$roption_string ) ) {
1915 if ( !GetOptions( \%Opts, @$roption_string ) ) {
1964 if ( defined( $Opts{$_} ) ) {
1965 delete $Opts{$_};
1978 if ( !GetOptions( \%Opts, @$roption_string ) ) {
1982 return ( \%Opts, $config_file, \@raw_options, $saw_extrude, $roption_string,
6852 # This routine is called to check the Opts hash after it is defined
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm2151 my %Opts = ();
2171 if ( !GetOptions( \%Opts, @$roption_string ) ) {
2331 if ( !GetOptions( \%Opts, @$roption_string ) ) {
2380 if ( defined( $Opts{$_} ) ) {
2381 delete $Opts{$_};
2395 if ( !GetOptions( \%Opts, @$roption_string ) ) {
2400 \%Opts, $config_file, \@raw_options,
7486 # This routine is called to check the Opts hash after it is defined
[all...]

Completed in 304 milliseconds