Lines Matching refs:header
73 def writePch(pchname, header, footer, acceptedlines, testlines): argument
75 outputfile.write(header)
93 def binaryTest(dirlist, lines, pchname, header, footer, acceptedlines, indent, startpoint): argument
98 writePch(pchname, header, footer, acceptedlines, lines)
121 …acceptedlines = binaryTest(dirlist, splitslice, pchname, header, footer, acceptedlines, indent + "…
151 header = segments[0] variable
155 writePch(pchname + "_backup", header, footer, lines, [])
158 writePch(pchname, header, footer, [], [])
160 writePch(pchname, header, footer, lines, [])
166 acceptedlines = binaryTest(dirlist, lines, pchname, header, footer, [], "", 0)
167 writePch(pchname, header, footer, acceptedlines, [])