Lines Matching refs:line
47 # 2) All other comments stay w/ the first non-comment line that follows
140 line = l.strip()
142 # Preserve line continuations for transforms for V2,
144 if line.endswith("\\"):
145 accumulate += line[:-1]
150 line = accumulate + line
156 if not line or line[0] == "#":
157 comments.append(line)
165 if line.startswith("$("):
166 cp = line.index(")")
167 macro = line[:cp + 1]
168 actstr = line[cp + 1:]
171 actstr = line
207 """Compare two line tuples for sorting"""
308 def write_line(line, fileobj):
309 """Write out a manifest line"""
313 comments = "\n".join(line[2])
314 act = line[0]
315 out = line[1] + act.name
403 # use full line length.
407 # output, then account for line-continuation
455 # Number of attribute values for first line and remaining.
504 # If wrapping only resulted in two lines, and the second line
505 # only has one attribute and the first line had zero attributes,
518 # so they line up with other filesystem actions such as file,