Searched refs:OP_WAIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dmake.c636 (mtime == 0 && !(gn->type & OP_WAIT))) {
748 if (mtime == 0 && !(cgn->type & OP_WAIT))
795 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT)
1062 return cn->type & OP_WAIT && cn->unmade > 0;
1467 if (cgn->type & OP_WAIT) {
H A Dmake.h288 #define OP_WAIT 0x00040000 /* .WAIT phony node */ macro
H A Dparse.c996 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
H A Dsuff.c1529 if (cgn->type & OP_WAIT)

Completed in 112 milliseconds