Lines Matching refs:lines
50 # 4) Actions are limited to 80 chars; continuation lines are accepted
130 """Generates the lines in the file as tuples containing
131 (action, prepended macro, list of prepended comment lines);
132 handles continuation lines, transforms, etc."""
208 # we know that all lines that reach here have actions
504 # If wrapping only resulted in two lines, and the second line
517 # Force 'dir' actions to use four spaces at beginning of lines
683 lines = []
704 lines.append(tp)
707 lines.sort(key=cmp_to_key(cmplines))
708 for l in lines: