HomeSort by relevance Sort by last modified time
    Searched refs:child_failed (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 121 int child_failed; local
129 child_failed = !(child->cstatus & 1 || ((child->cstatus & 7) == 0));
140 if (child_failed && !c->noerror && !ignore_errors_flag)
150 if (child_failed)
154 child_failed = 0;
201 if (child_failed && !keep_going_flag)
job.c 480 int child_failed;
688 child_failed = exit_sig != 0 || exit_code != 0;
701 DB (DB_JOBS, (child_failed
725 if (child_failed && !c->noerror && !ignore_errors_flag)
745 if (child_failed)
750 child_failed = 0;
833 if (!err && child_failed && !dontcare && !keep_going_flag &&
476 int child_failed; local
    [all...]

Completed in 168 milliseconds