Lines Matching refs:name
9 When the macro name does not begin with an underscore,
32 name = os.path.join(startpath, search)
33 if not os.path.exists(name):
38 with open(name) as python_h:
48 name = os.path.join(startpath, include)
49 if not os.path.exists(name):
50 name = os.path.join(startpath, "../PC", include)
51 errors += parse_file(name)
122 name = re.match(define_pattern, line).group(1)
123 if not name.startswith("_"):