Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDmake.c634 static bool MakeBuildChild(GNode *, GNodeListNode *);
646 !MakeBuildChild(succ, toBeMadeNext)) in ScheduleOrderSuccessors()
956 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild() function
991 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeBuildChild()
1009 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeChildren()
1375 MakeBuildChild(pgn, NULL); in Make_ProcessWait()
HDChangeLog2839 o make.c: MakeBuildChild: return 0 so search continues if a