Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.c191 Buf_AddFlag(&buf, flags.doneCycle, "DONECYCLE"); in GNodeFlags_ToString()
1125 if (gn->flags.doneCycle) { in MakePrintStatus()
1134 gn->flags.doneCycle = true; in MakePrintStatus()
1183 gn->flags.doneCycle = true; in MakePrintStatus()
1188 gn->flags.doneCycle = true; in MakePrintStatus()
H A Dtarg.c462 && !flags.doneCycle; in GNodeFlags_IsNone()
H A Dmake.h425 bool doneCycle:1; member