Lines Matching refs:identifierRE
731 identifierRE = re.compile(r"[_a-zA-z][_a-zA-Z0-9]*$")735 if identifierRE.match(head) is None: