Searched refs:variable (Results 1 - 25 of 769) sorted by relevance

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dshlib34 # libraries on systems that use the $LD_LIBRARY_PATH variable and don't embed
41 # variable has to be set to run the programs within this directory tree.
52 # variable, and on some systems (IRIX) you can even run the resulting binaries
90 # Set the environment variable.
123 variable=PATH
126 variable=LIBRARY_PATH
129 variable=DYLD_LIBRARY_PATH
132 variable=LD_LIBRARY_PATH
136 eval 'test -z "$'$variable'" && '$variable'
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArgumentPosition.h46 void addVariable(VariableAccessData* variable) argument
48 m_variables.append(variable);
60 VariableAccessData* variable = m_variables[i]->find(); local
61 changed |= mergeSpeculation(m_prediction, variable->argumentAwarePrediction());
62 changed |= mergeDoubleFormatState(m_doubleFormatState, variable->doubleFormatState());
63 changed |= mergeShouldNeverUnbox(variable->shouldNeverUnbox());
69 VariableAccessData* variable = m_variables[i]->find(); local
70 changed |= variable->mergeArgumentAwarePrediction(m_prediction);
71 changed |= variable->mergeDoubleFormatState(m_doubleFormatState);
72 changed |= variable
81 VariableAccessData* variable = m_variables[i]->find(); local
88 VariableAccessData* variable = m_variables[i]->find(); local
106 VariableAccessData* variable = m_variables[i]->find(); local
[all...]
H A DDFGTypeCheckHoistingPhase.cpp55 VariableAccessData* variable = &m_graph.m_variableAccessData[i]; local
56 if (!variable->isRoot())
58 variable->clearVotes();
76 VariableAccessData* variable = child->variableAccessData(); local
77 variable->vote(VoteStructureCheck);
78 if (!shouldConsiderForHoisting(variable))
80 noticeStructureCheck(variable, node->structureSet());
115 VariableAccessData* variable = child->variableAccessData(); local
116 variable->vote(VoteOther);
117 if (!shouldConsiderForHoisting(variable))
128 VariableAccessData* variable = node->variableAccessData(); local
171 VariableAccessData* variable = &m_graph.m_variableAccessData[i]; local
205 VariableAccessData* variable = node->variableAccessData(); local
269 VariableAccessData* variable = node->variableAccessData(); local
296 VariableAccessData* variable = node->variableAccessData(); local
334 shouldConsiderForHoisting(VariableAccessData* variable) argument
345 noticeStructureCheck(VariableAccessData* variable, Structure* structure) argument
356 noticeStructureCheck(VariableAccessData* variable, const StructureSet& set) argument
[all...]
H A DDFGCPSRethreadingPhase.cpp131 ALWAYS_INLINE Node* addPhiSilently(BasicBlock* block, const CodeOrigin& codeOrigin, VariableAccessData* variable) argument
133 Node* result = m_graph.addNode(SpecNone, Phi, codeOrigin, OpInfo(variable));
139 ALWAYS_INLINE Node* addPhi(BasicBlock* block, const CodeOrigin& codeOrigin, VariableAccessData* variable, size_t index) argument
141 Node* result = addPhiSilently(block, codeOrigin, variable);
147 ALWAYS_INLINE Node* addPhi(const CodeOrigin& codeOrigin, VariableAccessData* variable, size_t index) argument
149 return addPhi<operandKind>(m_block, codeOrigin, variable, index);
153 void canonicalizeGetLocalFor(Node* node, VariableAccessData* variable, size_t idx) argument
158 ASSERT(otherNode->variableAccessData() == variable);
177 ASSERT(otherNode->variableAccessData() == variable);
180 variable
221 VariableAccessData* variable = node->variableAccessData(); local
234 canonicalizeFlushOrPhantomLocalFor(Node* node, VariableAccessData* variable, size_t idx) argument
289 VariableAccessData* variable = node->variableAccessData(); local
414 VariableAccessData* variable = currentPhi->variableAccessData(); local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen_length.c41 const char *variable)
43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name);
64 const char *variable, const char *tmpstr)
72 variable, t->symbol->gen_name, name);
79 length_primitive ("integer", "&enumint", variable);
82 length_primitive ("heim_integer", name, variable);
84 length_primitive ("integer", name, variable);
86 length_primitive ("unsigned", name, variable);
88 length_primitive ("unsigned", name, variable);
95 fprintf (codefile, "%s += 1;\n", variable);
39 length_primitive(const char *typename, const char *name, const char *variable) argument
63 length_type(const char *name, const Type *t, const char *variable, const char *tmpstr) argument
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dgetenv.c31 char *GetEnv(const char *variable) argument
38 char *temp = getenv(variable);
44 char *env = getenv(variable);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2b_argument_dialogbox_context.demo47 -font {-label Font -variable Font -default "Courier 10"} \
48 -color {-label "Text (foreground) color" -variable Fg -default red4} \
49 -color {-label "Background color" -variable Bg -default white}]=="ok"} {
66 -font {-label Font -variable Font -default "Ariel 10 italic"} \
67 -color {-label "Text (foreground) color" -variable Fg -default blue4} \
68 -color {-label "Background color" -variable Bg -default lightblue1}]=="ok"} {
H A D2_argument_dialogbox_introduction.demo45 # A pair of arguments has to be provided to argument_dialogbox for each variable
47 # widget type to use to select the variable's data and the second one is a lists
48 # of attributes related to the variable and the entry widget.
51 -existingfile {-label "Source file" -variable SourceFile} \
52 -existingdirectory {-label "Destination folder" -variable DestDir} \
53 -checkbutton {-label "Overwrite existing file" -variable Overwrite}]
75 # primary attribute is -variable used to specify the variable in the calling
92 -entry {-label Entry1 -variable Entry1} \
93 -entry {-label Entry2 -variable Entry
[all...]
H A D2a_argument_dialogbox_all_widgets.demo34 -entry {-label Name -variable Entry}]=="ok"} {
45 # option values are specified with a list assigned to the -choices attribute or via a variable
50 # choice options. The selection is stored for this reason inside the defined variable in form of
54 -checkbox {-label "Font sytle" -variable FontStyle \
68 # option values are specified with a list assigned to the -choices attribute or via a variable
72 # the defined variable.
75 -radiobox {-label "Text adjustment" -variable Adjustment \
89 # result written into the variable will either be 0 when the check button was not activated, or
93 -checkbutton {-label Capitalize -variable Capitalize -default 1}]=="ok"} {
107 # variable tha
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginDebug.h42 CString prettyNameForNPNVariable(NPNVariable variable);
43 CString prettyNameForNPPVariable(NPPVariable variable, void* value);
44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
H A DPluginDebug.cpp85 CString prettyNameForNPNVariable(NPNVariable variable) argument
87 switch (variable) {
120 default: return "Unknown variable";
124 CString prettyNameForNPPVariable(NPPVariable variable, void* value) argument
126 switch (variable) {
165 default: return "Unknown variable";
169 CString prettyNameForNPNURLVariable(NPNURLVariable variable) argument
171 switch (variable) {
174 default: return "Unknown variable";
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Denv.el39 ;; History list for environment variable names.
43 "Read environment variable name, prompting with PROMPT.
64 `$FOO' where FOO is an environment variable name means to substitute
65 the value of that variable. The variable name should be terminated
67 the entire variable name in braces. For instance, in `ab$cd-x',
68 `$cd' is treated as an environment variable.
93 (defun setenv (variable &optional value substitute-env-vars)
94 "Set the value of the environment variable named VARIABLE to VALUE.
96 nil, the environment variable VARIABL
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall16 variable WATCH
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_homedir.c32 static char *GetEnv(const char *variable, char do_expand) argument
39 /* Don't use getenv(); it doesn't find variable added after program was
42 rc = GetEnvironmentVariable(variable, buf1, sizeof(buf1));
45 variable = buf1;
47 if(do_expand && strchr(variable,'%')) {
48 /* buf2 == variable if not expanded */
49 rc = ExpandEnvironmentStrings (variable, buf2, sizeof(buf2));
57 env = getenv(variable);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/
H A Diwidgets.tcl.in24 variable library [file dirname [info script]]
25 variable version @PACKAGE_VERSION@
28 variable subdir
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinfo.test29 variable base {}
37 foreach v [info variable] {
53 variable defv "default"
54 public variable pubv "public" {set pubv "public: $pubv"}
55 protected variable prov "protected"
56 private variable priv "private"
65 variable uninitv
81 info variable ?name? ?-protection? ?-type? ?-name? ?-init? ?-value? ?-config?
94 info variable ?name? ?-protection? ?-type? ?-name? ?-init? ?-value? ?-config?
105 lsort [ti info variable]
[all...]
H A Dnamespace.test29 variable num 0
42 variable num 0
59 list [namespace eval test_ns_1::Counter {info variable tag}] \
60 [namespace eval test_ns_2::Counter {info variable tag}] \
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dprogressbar.test14 test progressbar-1.2 "Linked variable" -body {
16 .pb configure -variable PB
20 test progressbar-1.3 "Change linked variable" -body {
25 test progressbar-1.4 "Set linked variable to bad value" -body {
30 test progressbar-1.4.1 "Set linked variable back to a good value" -body {
35 test progressbar-1.5 "Set -variable to illegal variable" -body {
37 .pb configure -variable BAD
41 test progressbar-1.6 "Unset -variable" -body {
43 .pb configure -variable UNSE
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dtcldocstrip117 variable options {}
123 variable stitch {}
128 variable output {}
132 variable mode Extract
136 variable input {}
140 variable preamble {}
152 variable postamble {}
161 variable defaults {-metaprefix {%} -preamble {} -postamble {}}
180 variable defaults
181 variable preambl
[all...]
H A Ddtplite139 variable output ""
149 variable input ""
157 variable ext ""
165 variable style ""
174 variable header ""
180 variable footer ""
193 variable nav {}
204 variable navcache
213 variable format ""
221 variable merg
[all...]
H A Dpage106 variable output ""
111 variable input ""
115 variable timed 0
119 variable progress 0
123 variable rd {}
127 variable tr {}
131 variable wr {}
138 variable nread 0
143 variable ncount 0
144 variable ndelt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/
H A Dexpand107 variable leftBracket "\["
108 variable rightBracket "\]"
112 variable errorOutputMode fail
115 variable numberOfPasses 1
118 variable outputChannel ""
124 variable level 0
125 variable context
126 variable contextName
127 variable contextData
132 variable currentFileNam
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dexpand107 variable leftBracket "\["
108 variable rightBracket "\]"
112 variable errorOutputMode fail
115 variable numberOfPasses 1
118 variable outputChannel ""
124 variable level 0
125 variable context
126 variable contextName
127 variable contextData
132 variable currentFileNam
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb18 :endangle=>260, :variable=>v_volume)
22 :minortickinterval=>0, :variable=>v_speed,
29 :variable=>v_dir)
33 :variable=>v_dir)
39 :variable=>v_rot)
45 :variable=>v_rot)
48 :variable=>v_linked)
50 scale = TkScale.new(:label=>"Linked", :variable=>v_linked)
55 :beginangle=>-20, :endangle=>260, :variable=>v_needle,
61 :beginangle=>-20, :endangle=>260, :variable
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtmpldlg.rb29 :variable=>@@resources, :command=>cmd),
31 :variable=>@@resources, :command=>cmd),
33 :variable=>@@resources, :command=>cmd),
54 :variable=>@@tmpl.ref('side'), :anchor=>:w),
56 :variable=>@@tmpl.ref('side'), :anchor=>:w),
58 :variable=>@@tmpl.ref('side'), :anchor=>:w),
60 :variable=>@@tmpl.ref('side'), :anchor=>:w),
68 :variable=>@@tmpl.ref('anchor'), :anchor=>:w),
70 :variable=>@@tmpl.ref('anchor'), :anchor=>:w),
72 :variable
[all...]

Completed in 332 milliseconds

1234567891011>>