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

  /src/usr.bin/make/unit-tests/
suff-main.mk 19 # inference rule (OP_TRANSFORM). As a side effect, this target is no longer
  /src/usr.bin/make/
make.h 349 OP_TRANSFORM = 1 << 30,
1131 OP_EXEC | OP_TRANSFORM)) == 0;
suff.c 595 gn->type = OP_TRANSFORM;
632 if (!(gn->type & OP_TRANSFORM))
738 if (target->type == OP_TRANSFORM)
771 target->type = OP_TRANSFORM;
make.c 163 ADD(OP_TRANSFORM);
408 * node or a transformation node (OP_TRANSFORM).
417 if (!(cgn->type & (OP_USE | OP_USEBEFORE | OP_TRANSFORM))) {
464 cgn->type & (unsigned)~(OP_OPMASK | OP_USE | OP_USEBEFORE | OP_TRANSFORM);
parse.c 1030 gn->type |= OP_NOTMAIN | OP_TRANSFORM;

Completed in 16 milliseconds