Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.h60 unsigned int noerror:1; /* Nonzero if commands contained a `-'. */ member
Dvmsjobs.c140 if (child_failed && !c->noerror && !ignore_errors_flag) in vmsHandleChildTerm()
Djob.c721 if (child_failed && !c->noerror && !ignore_errors_flag) in reap_children()
990 child->noerror = ((flags & COMMANDS_NOERROR) != 0); in start_job_command()
999 child->noerror = 1; in start_job_command()
Dread.c796 int noerror = (p[0] != 'i'); in eval() local
834 | (noerror ? RM_DONTCARE : 0))); in eval()
835 if (!r && !noerror) in eval()
DChangeLog478 * job.c (start_job_command): The noerror flag is a boolean (single