Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDmake.c186 Buf_AddFlag(&buf, flags.doneCycle, "DONECYCLE"); in GNodeFlags_ToString()
1140 if (gn->flags.doneCycle) { in MakePrintStatus()
1149 gn->flags.doneCycle = true; in MakePrintStatus()
1198 gn->flags.doneCycle = true; in MakePrintStatus()
1203 gn->flags.doneCycle = true; in MakePrintStatus()
HDtarg.c469 && !flags.doneCycle; in GNodeFlags_IsNone()
HDmake.h403 bool doneCycle:1; member