Searched refs:allTargets (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dtarg.c45 * Functions for maintaining the Lst allTargets. Target nodes are
92 static Lst allTargets = Lst_Initializer(allTargets); variable
103 * The allTargets list and the targets hash table are initialized
181 Lst_AtEnd(&allTargets, gn);
456 LST_FOREACH(tln, &allTargets)
461 LST_FOREACH(tln, &allTargets) {
/freebsd-10.0-release/contrib/bmake/
H A Dtarg.c86 * Functions for maintaining the Lst allTargets. Target nodes are
139 static Lst allTargets; /* the list of all targets found so far */ variable
164 * The allTargets list and the targets hash table are initialized
170 allTargets = Lst_Init(FALSE);
190 Lst_Destroy(allTargets, NULL);
212 return allTargets;
358 (void)Lst_AtEnd(allTargets, gn);
754 Lst_ForEach(allTargets, Targ_PrintNode, &pass);
757 Lst_ForEach(allTargets, TargPrintOnlySrc, NULL);
847 Lst_ForEach(allTargets, TargPropagateNod
[all...]

Completed in 90 milliseconds