Searched defs:noerror (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/make-3.81/ | ||
D | job.h | 60 unsigned int noerror:1; /* Nonzero if commands contained a `-'. */ member |
D | read.c | 796 int noerror = (p[0] != 'i'); in eval() local |