HomeSort by relevance Sort by last modified time
    Searched defs:dontcare (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
job.h 64 unsigned int dontcare:1; /* Saved dontcare flag. */ member in struct:child
filedef.h 90 unsigned int dontcare:1; /* Nonzero if no complaint is to be made if member in struct:file
remake.c 199 if (rebuilding_makefiles && file->dontcare)
390 /* If the file we tried to make is marked dontcare then no message
394 if (file->dontcare && !rebuilding_makefiles)
396 file->dontcare = 0;
478 int dontcare = 0;
503 /* Inherit dontcare flag from our parent. */
506 dontcare = d->file->dontcare;
507 d->file->dontcare = file->dontcare;
475 int dontcare = 0; local
555 int dontcare = 0; local
    [all...]
job.c 482 int dontcare;
723 dontcare = c->dontcare;
731 if (!dontcare)
833 if (!err && child_failed && !dontcare && !keep_going_flag &&
478 int dontcare; local
    [all...]

Completed in 81 milliseconds