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

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h112 #define OP_HAS_COMMANDS 0x08000000 /* Target has all the commands it macro
H A Dparse.c1556 * OP_HAS_COMMANDS may be set for the target.
1566 gn->type |= OP_HAS_COMMANDS;
2436 if (!(gn->type & OP_HAS_COMMANDS))
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h297 #define OP_HAS_COMMANDS 0x08000000 /* Target has all the commands it should. macro
H A Dparse.c1988 if (!(gn->type & OP_HAS_COMMANDS)) {
2026 * OP_HAS_COMMANDS may be set for the target.
2035 gn->type |= OP_HAS_COMMANDS;

Completed in 66 milliseconds