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

  /src/usr.bin/make/
compat.c 532 if (!(gn->type & OP_MADE))
680 if (gn->made == UNMADE && (gn == pgn || !(pgn->type & OP_MADE))) {
targ.c 398 { OP_MADE, true, "MADE" },
make.c 151 ADD(OP_MADE);
735 if (pgn->type & OP_MADE) {
1284 if (!(gn->type & OP_MADE))
make.h 311 OP_MADE = 1 << 11,
suff.c 1617 * its modification time. The OP_JOIN | OP_MADE is needed because
1620 mem->type |= OP_MEMBER | OP_JOIN | OP_MADE;
parse.c 270 { ".MADE", SP_ATTRIBUTE, OP_MADE },

Completed in 69 milliseconds