Lines Matching +full:a +full:- +full:z0 +full:- +full:9
80 CONCATENATING = re.compile(r"^([A-Z0-9_]+)\s*(\+|:|)=\s*\$\(\\1\)")
84 VARIABLE = re.compile(r"^([A-Z0-9_]+)\s*((\+|:|)=)")
85 USUALLY_OVERRIDDEN = re.compile(r"^[A-Z0-9_]+({})".format("|".join([
102 self.conditional -= 1
154 return ["{}:{}: should be 80 hashes ({}#writing-rules-mk)"
160 return ["{}:{}: should be 1 hash ({}#writing-rules-mk)"
165 return ["{}:{}: should be a blank line ({}#writing-rules-mk)"
175 package_upper = package.replace("-", "_").upper()
178 r"^{}_SOURCE\s*=\s*{}-\$\({}_VERSION\)\.tar\.gz"
188 "({}#generic-package-reference)"
221 .format(self.filename, lineno - 1),
245 VARIABLE = re.compile(r"^([A-Z0-9_]+_[A-Z0-9_]+)\s*(\+|)=")
249 package = package.replace("-", "_").upper()
255 self.REGEX = re.compile(r"^(HOST_|ROOTFS_)?({}_[A-Z0-9_]+)".format(package))
279 return ["{}:{}: possible typo: {} -> *{}*"
304 self.conditional -= 1
307 # allow non-default conditionally overridden by default