Lines Matching refs:lines
93 def binaryTest(dirlist, lines, pchname, header, footer, acceptedlines, indent, startpoint): argument
94 linecount = len(lines)
98 writePch(pchname, header, footer, acceptedlines, lines)
100 return acceptedlines + lines
104 print(indent + "Rejected: " + lines[0])
119 splitslice = lines[splitstart:splitend]
153 lines = segments[1].split("\n") variable
155 writePch(pchname + "_backup", header, footer, lines, [])
160 writePch(pchname, header, footer, lines, [])
165 print("Starting evaluation of " + str(len(lines)) + " lines")
166 acceptedlines = binaryTest(dirlist, lines, pchname, header, footer, [], "", 0)