Lines Matching refs:line
89 for line in filp:
90 if not line.startswith('#define '):
93 line = line[8:].strip()
96 m = RE_comment.search(line)
100 line = line[:m.span()[0]].strip()
102 split = line.split(None, 1)
130 sys.exit('Missing (x) in S line: {0}'.line)
147 sys.exit('Bad S_xxx_xxx define: {0}'.format(line))
151 sys.exit('Bad unshifted mask in {0}'.format(line))
170 sys.exit('Inconsistent register address: {0}'.format(line))