Lines Matching refs:variable
108 variable, assignment = m.group(1, 2)
111 if variable in self.conditionally_set:
112 self.unconditionally_set.append(variable)
115 .format(self.filename, lineno, variable),
118 if variable not in self.unconditionally_set:
119 self.unconditionally_set.append(variable)
123 .format(self.filename, lineno, variable),
126 if variable not in self.unconditionally_set:
127 self.conditionally_set.append(variable)
131 .format(self.filename, lineno, variable),
137 .format(self.filename, lineno, variable),
265 variable = m.group(1)
273 if variable.startswith("{}_".format(virtual)):
276 if self.ALLOWED.match(variable):
280 .format(self.filename, lineno, variable, self.package),