Lines Matching refs:TARGETS
56 static TARGETS * make0sort( TARGETS * c );
174 TARGETS * q; in update_dependants()
212 TARGETS * d; in force_rebuilds()
237 TARGETS * c; in make0rescan()
290 TARGETS * c; in make0()
444 TARGETS * incs = 0; in make0()
699 TARGETS * c; in make0()
788 TARGETS * c; in dependGraphOutput()
889 static TARGETS * make0sort( TARGETS * chain ) in make0sort()
893 TARGETS * result = 0; in make0sort()
898 TARGETS * c = chain; in make0sort()
899 TARGETS * s = result; in make0sort()