Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmake.c187 ADD(doneCycle, "DONECYCLE"); in GNodeFlags_ToString()
1142 if (gn->flags.doneCycle) { in MakePrintStatus()
1151 gn->flags.doneCycle = true; in MakePrintStatus()
1200 gn->flags.doneCycle = true; in MakePrintStatus()
1205 gn->flags.doneCycle = true; in MakePrintStatus()
H A Dtarg.c469 && !flags.doneCycle; in GNodeFlags_IsNone()
H A Dmake.h403 bool doneCycle:1; member