Home
last modified time | relevance | path

Searched refs:source1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dimpsrc.mk16 .x.y: source1
40 target2: source1 source2
47 target3: source1
55 target4: source1
60 source1 source2 source3 source4:
H A Ddep-colon.mk11 target1: source1; @echo making ${.TARGET} from ${.ALLSRC}
12 source1: .PHONY
H A Ddep-colon.exp1 making target1 from source1
/freebsd/tools/sched/
H A Dschedgraph.py1423 def sourceswap(self, source1, source2): argument
1425 if (source2.y < source1.y):
1426 swap = source1
1427 source1 = source2
1430 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)