Lines Matching refs:line
47 def format_line(line):48 pieces = line.split(None, 3)52 def is_comment(line):53 stripped = line.strip()68 for line in codefile:69 if line.startswith("0x"):70 addr = int(line.split()[0], 0)73 sys.stdout.write(format_line(line))77 if not is_comment(line):80 sys.stdout.write(line)