HomeSort by: relevance | last modified time | path
    Searched refs:doneCycle (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
make.c 191 Buf_AddFlag(&buf, flags.doneCycle, "DONECYCLE");
1125 if (gn->flags.doneCycle) {
1134 gn->flags.doneCycle = true;
1183 gn->flags.doneCycle = true;
1188 gn->flags.doneCycle = true;
targ.c 462 && !flags.doneCycle;
make.h 402 bool doneCycle:1;

Completed in 14 milliseconds