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

  /src/usr.bin/make/
targ.c 440 switch (gn->type & OP_OPMASK) {
598 cohort->type |= type & (unsigned)~OP_OPMASK;
parse.c 721 if ((op & OP_OPMASK) && (gn->type & OP_OPMASK) &&
722 ((op & OP_OPMASK) != (gn->type & OP_OPMASK))) {
728 if (op == OP_DOUBLEDEP && (gn->type & OP_OPMASK) == OP_DOUBLEDEP) {
746 gn->type |= op & (unsigned)~OP_OPMASK;
make.h 280 OP_OPMASK = OP_DEPENDS | OP_FORCE | OP_DOUBLEDEP,
1094 return (gn->type & OP_OPMASK) != OP_NONE;
make.c 464 cgn->type & (unsigned)~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM);

Completed in 20 milliseconds