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

1234567891011>>

/macosx-10.10.1/ncurses-44/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.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGArgumentPosition.h46 void addVariable(VariableAccessData* variable) argument
48 m_variables.append(variable);
60 if (VariableAccessData* variable = someVariable())
61 return variable->flushFormat();
74 VariableAccessData* variable = m_variables[i]->find(); local
75 changed |= mergeSpeculation(m_prediction, variable->argumentAwarePrediction());
76 changed |= mergeDoubleFormatState(m_doubleFormatState, variable->doubleFormatState());
77 changed |= mergeShouldNeverUnbox(variable->shouldNeverUnbox());
83 VariableAccessData* variable = m_variables[i]->find(); local
84 changed |= variable
95 VariableAccessData* variable = m_variables[i]->find(); local
102 VariableAccessData* variable = m_variables[i]->find(); local
120 VariableAccessData* variable = m_variables[i]->find(); local
[all...]
H A DDFGTypeCheckHoistingPhase.cpp120 // SetArgument, if the variable was a candidate for structure hoisting.
122 // variable-at-tail, then replace it with this GetLocal.
123 VariableAccessData* variable = node->variableAccessData(); local
124 HashMap<VariableAccessData*, CheckData>::iterator iter = m_map.find(variable);
133 indexInBlock + 1, variable->prediction(), GetLocal, origin,
134 OpInfo(variable), Edge(node));
149 if (block->variablesAtTail.operand(variable->local()) == node)
150 block->variablesAtTail.operand(variable->local()) = getLocal;
152 m_graph.substituteGetLocal(*block, indexInBlock, variable, getLocal);
159 VariableAccessData* variable local
200 VariableAccessData* variable = &m_graph.m_variableAccessData[i]; local
223 VariableAccessData* variable = child->variableAccessData(); local
261 VariableAccessData* variable = child->variableAccessData(); local
274 VariableAccessData* variable = node->variableAccessData(); local
325 VariableAccessData* variable = child->variableAccessData(); local
362 VariableAccessData* variable = child->variableAccessData(); local
375 VariableAccessData* variable = node->variableAccessData(); local
425 VariableAccessData* variable = &m_graph.m_variableAccessData[i]; local
457 VariableAccessData* variable = node->variableAccessData(); local
472 disableCheckArrayHoisting(VariableAccessData* variable) argument
479 shouldConsiderForHoisting(VariableAccessData* variable) argument
490 noticeStructureCheck(VariableAccessData* variable, Structure* structure) argument
500 noticeStructureCheck(VariableAccessData* variable, const StructureSet& set) argument
509 noticeCheckArray(VariableAccessData* variable, ArrayMode arrayMode) argument
526 noticeStructureCheckAccountingForArrayMode(VariableAccessData* variable, Structure* structure) argument
538 noticeStructureCheckAccountingForArrayMode(VariableAccessData* variable, const StructureSet& set) argument
570 hasEnoughVotesToHoist(VariableAccessData* variable) argument
575 hoistingPreviouslyFailed(VariableAccessData* variable) argument
598 hasEnoughVotesToHoist(VariableAccessData* variable) argument
603 hoistingPreviouslyFailed(VariableAccessData* variable) argument
[all...]
H A DDFGCPSRethreadingPhase.cpp132 ALWAYS_INLINE Node* addPhiSilently(BasicBlock* block, const NodeOrigin& origin, VariableAccessData* variable) argument
134 Node* result = m_graph.addNode(SpecNone, Phi, origin, OpInfo(variable));
140 ALWAYS_INLINE Node* addPhi(BasicBlock* block, const NodeOrigin& origin, VariableAccessData* variable, size_t index) argument
142 Node* result = addPhiSilently(block, origin, variable);
148 ALWAYS_INLINE Node* addPhi(const NodeOrigin& origin, VariableAccessData* variable, size_t index) argument
150 return addPhi<operandKind>(m_block, origin, variable, index);
154 void canonicalizeGetLocalFor(Node* node, VariableAccessData* variable, size_t idx) argument
159 ASSERT(otherNode->variableAccessData() == variable);
178 ASSERT(otherNode->variableAccessData() == variable);
181 variable
222 VariableAccessData* variable = node->variableAccessData(); local
235 canonicalizeFlushOrPhantomLocalFor(Node* node, VariableAccessData* variable, size_t idx) argument
290 VariableAccessData* variable = node->variableAccessData(); local
416 VariableAccessData* variable = currentPhi->variableAccessData(); local
[all...]
H A DDFGStackLayoutPhase.cpp53 // treat a variable as being "used" if there exists an access to it (SetLocal, GetLocal,
71 VariableAccessData* variable = node->variableAccessData(); local
72 if (variable->local().isArgument())
74 usedLocals.set(variable->local().toLocal());
134 VariableAccessData* variable = &m_graph.m_variableAccessData[i]; local
135 if (!variable->isRoot())
138 if (variable->local().isArgument()) {
139 variable->machineLocal() = variable->local();
143 size_t local = variable
187 VariableAccessData* variable = position.someVariable(); local
200 VariableAccessData* variable = data.calleeVariable->find(); local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/curl-83.1.2/curl/lib/
H A Dgetenv.c31 char *GetEnv(const char *variable) argument
38 char *temp = getenv(variable);
44 char *env = getenv(variable);
/macosx-10.10.1/tcl-105/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.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Djavascript.js44 var type = {type: "variable", style: "variable-3"};
139 ret("variable", "variable", word);
217 var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
252 if (type == "variable" && inScope(state, content)) return "variable-2";
338 if (type == "variable") return cont(pushlex("stat"), maybelabel);
361 else if (type == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
430 if (type == "variable") {c
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Djavascript.js44 var type = {type: "variable", style: "variable-3"};
139 ret("variable", "variable", word);
217 var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
252 if (type == "variable" && inScope(state, content)) return "variable-2";
338 if (type == "variable") return cont(pushlex("stat"), maybelabel);
361 else if (type == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
430 if (type == "variable") {c
[all...]
/macosx-10.10.1/emacs-93/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.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall16 variable WATCH
/macosx-10.10.1/curl-83.1.2/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.10.1/tcl-105/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.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLocation.h64 result.u.variable.dwarfRegNum = dwarfReg.dwarfRegNum();
65 result.u.variable.offset = addend;
73 result.u.variable.dwarfRegNum = dwarfReg.dwarfRegNum();
74 result.u.variable.offset = offset;
96 return u.variable.dwarfRegNum;
106 return u.variable.offset;
113 return u.variable.offset;
123 bool operator!() const { return kind() == Unprocessed && !u.variable.offset; }
125 bool isHashTableDeletedValue() const { return kind() == Unprocessed && u.variable.offset; }
139 result ^= u.variable
185 } variable; member in union:JSC::FTL::Location::__anon2585
[all...]
/macosx-10.10.1/tcl-105/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...]
/macosx-10.10.1/tcl-105/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/tcl-105/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.10.1/ruby-106/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...]

Completed in 430 milliseconds

1234567891011>>