Searched refs:source1 (Results 1 – 4 of 4) sorted by relevance
16 .x.y: source140 target2: source1 source247 target3: source155 target4: source160 source1 source2 source3 source4:
11 target1: source1; @echo making ${.TARGET} from ${.ALLSRC}12 source1: .PHONY
1 making target1 from source1
1423 def sourceswap(self, source1, source2): argument1425 if (source2.y < source1.y):1426 swap = source11427 source1 = source21430 if (self.sourceend(source1) != self.sourcestart(source2)):1433 y1 = self.sourcestart(source1)1441 if (source1.ysize() != source2.ysize()):1442 diff = source2.ysize() - source1.ysize()1445 source1.move(self.display, 0, y1targ - y1)1447 source1.movename(self.names, 0, y1targ - y1)