Searched refs:OP_HAS_COMMANDS (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/bmake/
H A Dmake.h304 #define OP_HAS_COMMANDS 0x08000000 /* Target has all the commands it should. macro
H A Dparse.c2088 if (!(gn->type & OP_HAS_COMMANDS)) {
2128 * OP_HAS_COMMANDS may be set for the target.
2137 gn->type |= OP_HAS_COMMANDS;

Completed in 88 milliseconds