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