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

/freebsd-9.3-release/usr.bin/make/
H A Dmake.c90 * MakeStartJobs */
99 static Boolean MakeStartJobs(void);
335 * a node has been dealt with and by MakeStartJobs if it finds an
447 * will be dealt with in MakeStartJobs.
578 * MakeStartJobs
591 MakeStartJobs(void) function
713 * calling on MakeStartJobs to keep the job table as full as
780 return (MakeStartJobs());
790 MakeStartJobs();
806 MakeStartJobs();
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dmake.c128 * MakeStartJobs */
136 static Boolean MakeStartJobs(void);
657 * a node has been dealt with and by MakeStartJobs if it finds an
999 * MakeStartJobs --
1083 MakeStartJobs(void)
1490 * calling on MakeStartJobs to keep the job table as full as
1527 return (MakeStartJobs());
1536 (void)MakeStartJobs();
1550 (void)MakeStartJobs();
1076 MakeStartJobs(void) function

Completed in 107 milliseconds