Home
last modified time | relevance | path

Searched refs:doneCycle (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.c188 Buf_AddFlag(&buf, flags.doneCycle, "DONECYCLE"); in GNodeFlags_ToString()
1136 if (gn->flags.doneCycle) { in MakePrintStatus()
1145 gn->flags.doneCycle = true; in MakePrintStatus()
1194 gn->flags.doneCycle = true; in MakePrintStatus()
1199 gn->flags.doneCycle = true; in MakePrintStatus()
H A Dtarg.c462 && !flags.doneCycle; in GNodeFlags_IsNone()
H A Dmake.h416 bool doneCycle:1; member