Lines Matching refs:diff_ctf
755 def diff_ctf(f1, f2): function
759 if diff_ctf.genunix1 is None:
766 diff_ctf.genunix1 = d1 + genunix
767 diff_ctf.genunix2 = d2 + genunix
768 debug("CTF: Found {}".format(diff_ctf.genunix1))
769 debug("CTF: Found {}".format(diff_ctf.genunix2))
774 diff_ctf.genunix1 = diff_ctf.genunix2 = False
794 if diff_ctf.genunix1 and diff_ctf.genunix2:
795 cmd1 += "-p {} ".format(diff_ctf.genunix1)
796 cmd2 += "-p {} ".format(diff_ctf.genunix2)
806 diff_ctf.genunix1 = None
807 diff_ctf.genunix2 = None
851 (cmd1, cmd2) = diff_ctf(f1, f2)