HomeSort by: relevance | last modified time | path
    Searched refs:OP_WAIT (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/
make.c 158 ADD(OP_WAIT);
570 (mtime == 0 && !(gn->type & OP_WAIT))) {
724 if (mtime == 0 && !(cgn->type & OP_WAIT))
774 if (pgn->unmade != 0 && !(centurion->type & OP_WAIT)
972 if (opts.randomizeTargets && !(cn->type & OP_WAIT))
991 return cn->type & OP_WAIT && cn->unmade > 0;
1372 if (cgn->type & OP_WAIT) {
compat.c 486 if (nodes[i]->type & OP_WAIT) {
make.h 336 OP_WAIT = 1 << 18,
suff.c 1330 if (cgn->type & OP_WAIT)
parse.c 802 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;

Completed in 144 milliseconds