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

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c59 * place the parent on the toBeMade queue if it should be.
91 static Lst toBeMade = Lst_Initializer(toBeMade); variable
128 * toBeMade queue initially and by Make_Update to screen out USE and
343 * the toBeMade queue if this field becomes 0.
449 Lst_EnQueue(&toBeMade, pgn);
466 Lst_Member(&toBeMade, succ) == NULL) {
467 Lst_EnQueue(&toBeMade, succ);
587 * Nodes are removed from the toBeMade queue and job table slots
595 while (!Lst_IsEmpty(&toBeMade)
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c99 * place the parent on the toBeMade queue if it
124 static Lst toBeMade; /* The current fringe of the graph. These variable
149 Lst_ForEach(toBeMade, Targ_PrintNode, &two);
199 * toBeMade queue initially and by Make_Update to screen out USE and
668 * the toBeMade queue if this field becomes 0.
730 Lst_ForEach(centurion->order_succ, MakeBuildParent, Lst_First(toBeMade));
805 * or it is already on the toBeMade list.
825 (void)Lst_EnQueue(toBeMade, pgn);
1008 * Nodes are removed from the toBeMade queue and job table slots
1051 Lst_AtEnd(toBeMade, c
[all...]

Completed in 34 milliseconds