Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.c627 static bool MakeBuildChild(GNode *, GNodeListNode *);
639 !MakeBuildChild(succ, toBeMadeNext)) in ScheduleOrderSuccessors()
948 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild() function
983 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeBuildChild()
1001 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeChildren()
1350 MakeBuildChild(pgn, NULL); in Make_ProcessWait()
H A DChangeLog3665 o make.c: MakeBuildChild: return 0 so search continues if a