Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.c117 static GNodeList toBeMade = LST_INIT; variable
641 GNodeListNode *toBeMadeNext = toBeMade.first; in ScheduleOrderSuccessors()
810 Lst_Enqueue(&toBeMade, pgn); in Make_Update()
947 Lst_Append(&toBeMade, gn); in ScheduleRandomly()
954 Lst_InsertBefore(&toBeMade, ln, gn); in ScheduleRandomly()
985 Lst_Append(&toBeMade, cn); in MakeBuildChild()
1007 GNodeListNode *toBeMadeNext = toBeMade.first; in MakeChildren()
1028 while (!Lst_IsEmpty(&toBeMade)) { in MakeStartJobs()
1037 gn = Lst_Dequeue(&toBeMade); in MakeStartJobs()
1044 Targ_PrintNodes(&toBeMade, 2); in MakeStartJobs()
[all …]
H A DChangeLog961 o make.c: reduce memory allocation for/in toBeMade,