Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dmake.c631 static bool MakeBuildChild(GNode *, GNodeListNode *);
643 !MakeBuildChild(succ, toBeMadeNext)) in ScheduleOrderSuccessors()
952 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild() function
987 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeBuildChild()
1005 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeChildren()
1371 MakeBuildChild(pgn, NULL); in Make_ProcessWait()