Searched refs:CONST_PATTERN (Results 1 – 2 of 2) sorted by relevance
176 CONST_PATTERN = re.compile(r'^const\s+([a-zA-Z0-9_]+)\s*=\s*([^;]*);$') variable189 const_match = CONST_PATTERN.match(line)
182 CONST_PATTERN = re.compile(r'^const\s+([a-zA-Z0-9_]+)\s*=\s*([^;]*);$') variable195 const_match = CONST_PATTERN.match(line)