Searched refs:_STRUCT_RE (Results 1 – 1 of 1) sorted by relevance
14 _STRUCT_RE = '[a-z][a-z_0-9]*' variable1135 res = re.match(r'^struct\[(%s)\]$' % _STRUCT_RE,1241 if not re.match(r'^struct %s {$' % _STRUCT_RE,