Lines Matching refs:value
95 # macro definition is a 2-tuple (name, value), where the value is
96 # either a string or None (no explicit value). A macro
153 def set_executable(self, key, value):
154 if isinstance(value, str):
155 setattr(self, key, split_quoted(value))
157 setattr(self, key, value)
169 definition, ie. either (name,value) 2-tuple or a (name,) tuple. Do
184 def define_macro(self, name, value=None):
186 compiler object. The optional parameter 'value' should be a
188 without an explicit value and the exact outcome depends on the
197 self.macros.append((name, value))
407 # return value to preserve API compatibility.
532 definition is either a (name, value) 2-tuple or a (name,) 1-tuple.
533 The former defines a macro; if the value is None, the macro is
534 defined without an explicit value. The 1-tuple case undefines a
941 ones returned by os.name) and platform the common value
998 Microsoft compiler object under Unix -- if you supply a value for
1039 means undefine (-U) macro 'name', and (name,value) means define (-D)
1040 macro 'name' to 'value'. 'include_dirs' is just a list of directory
1067 if macro[1] is None: # define with no explicit value
1071 # macro value here, because we're going to avoid the