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

  /src/usr.bin/make/
make.c 150 ADD(OP_JOIN);
274 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) {
320 } else if (gn->type & OP_JOIN) {
853 if (cgn->type & OP_JOIN)
861 if (pgn->type & OP_JOIN) {
920 if (gn->type & OP_JOIN)
1070 if (gn->type & OP_JOIN) {
targ.c 399 { OP_JOIN, false, "JOIN" },
486 if (!(gn->type & (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC))) {
make.h 309 OP_JOIN = 1 << 10,
job.c 596 if (gn->type & OP_JOIN)
1357 (OP_JOIN | OP_USE | OP_USEBEFORE | OP_EXEC | OP_OPTIONAL |
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 268 { ".JOIN", SP_ATTRIBUTE, OP_JOIN },

Completed in 18 milliseconds