Lines Matching refs:pchname
73 def writePch(pchname, header, footer, acceptedlines, testlines): argument
74 outputfile = file(pchname, "w")
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 + "…
133 pchname = os.path.abspath(sys.argv[1]) variable
146 inputfile = file(pchname, "r+")
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, [])