Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDmake.c181 Buf_AddFlag(&buf, flags.doneWait, "DONE_WAIT"); in GNodeFlags_ToString()
1386 if (pgn->flags.doneWait) in Make_ProcessWait()
1388 pgn->flags.doneWait = true; in Make_ProcessWait()
HDtarg.c464 && !flags.doneWait in GNodeFlags_IsNone()
HDmake.h393 bool doneWait:1; member