Lines Matching refs:line
172 for line in fd.readlines():
173 line = line.strip()
174 if not line or line[0] == '#':
177 m = re_line.match(line)
179 print("Warning: Alias file line '%s' not understood" % line)
262 for line in fd:
264 line = line.strip()
265 if not line or line.startswith('#'):
267 words = line.split(' ', 2)
271 line)
285 for line in fd:
286 if line.startswith('#'):
288 bounces.add(line.strip())