Searched refs:struct_block_regex (Results 1 – 1 of 1) sorted by relevance
39 struct_block_regex = re.compile( '^(struct|const struct|static struct|static const struct).*?(\w+) … variable47 for struct in re.findall( struct_block_regex, data ):