Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:_is_identifier

1285 _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$')
1557 if not _is_identifier.match(prodname):
1574 if not _is_identifier.match(s) and s != '%prec':