Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.c183 Buf_AddFlag(&buf, flags.doneWait, "DONE_WAIT"); in GNodeFlags_ToString()
1382 if (pgn->flags.doneWait) in Make_ProcessWait()
1384 pgn->flags.doneWait = true; in Make_ProcessWait()
H A Dtarg.c457 && !flags.doneWait in GNodeFlags_IsNone()
H A Dmake.h415 bool doneWait:1; member