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

/freebsd-10.0-release/usr.bin/make/
H A Djob.c293 * Return values from JobStart.
333 * When JobStart attempts to run a job but isn't allowed to
380 static int JobStart(GNode *, int, Job *);
637 * This function is called from JobStart via LST_FOREACH.
1073 * try and restart the job on the next command. If JobStart says it's
1078 switch (JobStart(job->node, job->flags & JOB_IGNDOTS, job)) {
1088 * If we got back a JOB_FINISHED code, JobStart has
1091 * cycles and double frees. JobStart needs to do the
1151 * Touch the given target. Called by JobStart when the -t flag was
1287 * Execute the shell for the given job. Called from JobStart an
1568 JobStart(GNode *gn, int flags, Job *previous) function
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Djob.c225 * Return values from JobStart.
382 static int JobStart(GNode *, int);
678 * This function is called from JobStart via Lst_ForEach.
1140 * Touch the given target. Called by JobStart when the -t flag was
1294 * Execute the shell for the given job. Called from JobStart
1514 * JobStart --
1539 JobStart(GNode *gn, int flags) function
1552 Punt("JobStart no job slots vacant");
1952 JobStart(targ, JOB_SPECIAL);
2132 * JobStart use
[all...]

Completed in 198 milliseconds