Home
last modified time | relevance | path

Searched refs:OP_WAIT (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.bin/make/
H A Dmake.c155 ADD(OP_WAIT); in GNodeType_ToString()
577 (mtime == 0 && !(gn->type & OP_WAIT))) { in Make_Recheck()
732 if (mtime == 0 && !(cgn->type & OP_WAIT)) in Make_Update()
782 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT) in Make_Update()
980 if (opts.randomizeTargets && !(cn->type & OP_WAIT)) in MakeBuildChild()
999 return cn->type & OP_WAIT && cn->unmade > 0; in MakeBuildChild()
1397 if (cgn->type & OP_WAIT) { in Make_ProcessWait()
H A Dcompat.c497 if (nodes[i]->type & OP_WAIT) { in MakeWaitGroupsInRandomOrder()
H A Dmake.h321 OP_WAIT = 1 << 18, enumerator
H A Dsuff.c1370 if (cgn->type & OP_WAIT) in ExpandChildren()
H A Dparse.c735 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()