Searched refs:Option (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A DFreeStmt.c100 SQLUSMALLINT Option)
107 _trace_freestmt_option (Option);
98 trace_SQLFreeStmt(int trace_leave, int retcode, SQLHSTMT hstmt, SQLUSMALLINT Option) argument
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/analysis/
H A Danalysis_ocaml.c27 CAMLlocal2(String, Option);
33 Option = Val_int(0);
35 Option = alloc(1, 0);
37 Store_field(Option, 0, String);
42 CAMLreturn(Option);
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_sockopt.rb7 sockopt = Socket::Option.new(:INET, :SOCKET, :KEEPALIVE, data)
16 opt = Socket::Option.bool(:INET, :SOCKET, :KEEPALIVE, true)
18 opt = Socket::Option.bool(:INET, :SOCKET, :KEEPALIVE, false)
20 opt = Socket::Option.int(:INET, :SOCKET, :KEEPALIVE, 0)
22 opt = Socket::Option.int(:INET, :SOCKET, :KEEPALIVE, 1)
24 opt = Socket::Option.int(:INET, :SOCKET, :KEEPALIVE, 2)
29 sockopt = Socket::Option.new(:INET, :SOCKET, :KEEPALIVE, [1].pack("i"))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dwww-options.rb2 @Option = TkVarAccess.new_hash('::Option')
59 @Option[:option, item] = option
60 @Option[:group, item] = group
62 @Option[:setting, item] = setting
70 @Option[:current, group] = item
122 return if @Option[:option, item] == ''
123 group = @Option[:group, item]
127 if @Option[:setting, item] == 'on'
132 @Option[
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DCommandLine.cpp63 void Option::anchor() {}
99 static Option *RegisteredOptionList = 0;
101 void Option::addArgument() {
116 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts,
117 SmallVectorImpl<Option*> &SinkOpts,
118 StringMap<Option*> &OptionsMap) {
120 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
121 for (Option *O = RegisteredOptionList; O; O = O->getNextRegisteredOption()) {
162 static Option *LookupOption(StringRef &Arg, StringRef &Value,
163 const StringMap<Option*>
344 getOptionPred(StringRef Name, size_t &Length, bool (*Pred)(const Option*), const StringMap<Option*> &OptionsMap) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DOutput.pm33 my($package)=$self->Option('classname');
37 my($text)=$self->Option('template') ||<<'EOT';
84 $self->Option('standalone')
H A DGrammar.pm28 defined($self->Option('input'))
31 $values = $parser->Parse($self->Option('input'));
126 my($inputfile)=$self->Option('inputfile');
127 my($linenums)=$self->Option('linenumbers');
169 my($inputfile)=$self->Option('inputfile');
170 my($linenums)=$self->Option('linenumbers');
189 my($inputfile)=$self->Option('inputfile');
190 my($linenums)=$self->Option('linenumbers');
H A DOptions.pm172 sub Option { subroutine
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCommandLine.h109 NotHidden = 0x00, // Option included in -help & -help-hidden
145 // Option Base class
148 class Option { class in namespace:llvm::cl
177 Option *NextRegistered; // Singly linked list of registered options.
220 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, function in class:llvm::cl::Option
234 Option *getNextRegisteredOption() const { return NextRegistered; }
258 virtual ~Option() {}
271 void apply(Option &O) const { O.setDescription(Desc); }
279 void apply(Option &O) const { O.setValueStr(Desc); }
331 // The default value safely does nothing. Option valu
[all...]
H A DPassNameParser.h41 cl::Option *Opt;
46 void initialize(cl::Option &O) {
81 virtual void printOptionInfo(const cl::Option &O, size_t GlobalWidth) const {
H A DRegistryParser.h47 void initialize(cl::Option &O) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_widgets.test35 array set Option {}
58 array unset Option
63 array set Option {}
86 array unset Option
94 array set Option {}
117 array unset Option
123 array set Option {}
157 array unset Option
170 array set Option $ListboxOptions
204 array unset Option
[all...]
H A Dtepam.tcl1511 catch {unset Option}
1512 array set Option {-label "" -optional 0}
1516 array set Option $ArgValue
1538 place [label $WChild($ArgNbr).label -text $Option(-label)] \
1556 pack [label $WChild($ArgNbr) -text $Option(-text) -fg blue -justify left] \
1569 if {[info exists Option(-text)]} {
1570 pack [label $WChild($ArgNbr)_txt -text $Option(-text) -fg blue \
1577 pack [label $WChild($ArgNbr).label -text $Option(-label)] -pady 4 -side left
1588 if {[info exists Option(-choicevariable)] && \
1589 [uplevel 1 "info exists \"$Option(
[all...]
/macosx-10.10.1/cron-39/crontab/
H A Dcrontab.c76 static enum opt_t Option; variable in typeref:enum:opt_t
127 if (!allowed(User, (posixly_correct && Option != opt_list))) {
136 switch (Option) {
170 Option = opt_unknown;
186 if (Option != opt_unknown)
188 Option = opt_list;
191 if (Option != opt_unknown)
193 Option = opt_delete;
196 if (Option != opt_unknown)
198 Option
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl355 # option ( and underlying variable Option(-outfile) ). This is
356 # accomplished with a write trace on Option(-outfile) that will
374 # if we trigger read traces on Option(-outfile) and that triggers
376 # value for Option(-outfile) -- <whew!> -- the write trace that
469 variable Option; array set Option {}
483 proc Option {option value usage {verify AcceptAll} {varName {}}} { procedure
484 variable Option
493 set Option($option) $msg
501 set Option(
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl355 # option ( and underlying variable Option(-outfile) ). This is
356 # accomplished with a write trace on Option(-outfile) that will
374 # if we trigger read traces on Option(-outfile) and that triggers
376 # value for Option(-outfile) -- <whew!> -- the write trace that
469 variable Option; array set Option {}
483 proc Option {option value usage {verify AcceptAll} {varName {}}} { procedure
484 variable Option
493 set Option($option) $msg
501 set Option(
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dapachestyle.vim14 " Option value
15 " Option value1 value2
16 " Option = value1 value2 #not apache but also allowed
18 " Option value
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkctool_main.h30 #pragma mark Command-line Option Definitions
H A Dkclist_main.h30 #pragma mark Command-line Option Definitions
H A Dkextd_main.h65 #pragma mark Command-line Option Definitions
H A Dkextstat_main.h37 #pragma mark Command-line Option Definitions
H A Dkextunload_main.h50 #pragma mark Command-line Option Definitions
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkConfig.c73 } Option; typedef in typeref:struct:TkOption
76 * Flag bits defined for Option structures:
105 Option options[1]; /* Information about the individual options in
116 Option *optionPtr, Tcl_Obj *valuePtr,
120 static void FreeResources(Option *optionPtr, Tcl_Obj *objPtr,
123 Option *optionPtr, Tk_Window tkwin);
125 Option *optionPtr, Tk_Window tkwin);
126 static Option * GetOption(CONST char *name, OptionTable *tablePtr);
127 static Option * GetOptionFromObj(Tcl_Interp *interp,
179 Option *optionPt
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkConfig.c73 } Option; typedef in typeref:struct:TkOption
76 * Flag bits defined for Option structures:
106 Option options[1]; /* Information about the individual
118 char *recordPtr, Option *optionPtr,
123 static void FreeResources _ANSI_ARGS_((Option *optionPtr,
127 Option *optionPtr, Tk_Window tkwin));
129 Option *optionPtr, Tk_Window tkwin));
130 static Option * GetOption _ANSI_ARGS_((CONST char *name,
132 static Option * GetOptionFromObj _ANSI_ARGS_((Tcl_Interp *interp,
185 Option *optionPt
[all...]
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A Dmakeengines.com256 $! Check For The Link Option FIle.
260 $! Check To See If We Need To Make A VAX C Option File.
265 $! Check To See If We Already Have A VAX C Linker Option File.
270 $! We Need A VAX C Linker Option File.
281 $! End The Option File Check.
289 $! Check To See If We Need A GNU C Option File.
294 $! Check To See If We Already Have A GNU C Linker Option File.
299 $! We Need A GNU C Linker Option File.
311 $! End The Option File Check.
319 $! Check To See If We Need A DEC C Option Fil
[all...]

Completed in 605 milliseconds

1234