Searched refs:OP_TRANSFORM (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h108 #define OP_TRANSFORM 0x80000000 /* The node is a transformation rule */ macro
H A Dmake.c296 if (cgn->type & (OP_USE | OP_TRANSFORM)) {
316 pgn->type |= cgn->type & ~(OP_OPMASK | OP_USE | OP_TRANSFORM);
H A Dparse.c886 gn->type |= (OP_NOTMAIN|OP_TRANSFORM);
1256 OP_EXEC | OP_TRANSFORM)) == 0) {
2065 if (((const GNode *)Lst_Datum(ln))->type & OP_TRANSFORM)
H A Dsuff.c538 gn->type = OP_TRANSFORM;
1396 * All attributes but OP_DEPMASK and OP_TRANSFORM are applied
/freebsd-10-stable/contrib/bmake/
H A Dmake.h300 #define OP_TRANSFORM 0x80000000 /* The node is a transformation rule */ macro
318 #define OP_NOTARGET (OP_NOTMAIN|OP_USE|OP_EXEC|OP_TRANSFORM)
H A Dsuff.c728 gn->type = OP_TRANSFORM;
773 if ((gn->type & OP_TRANSFORM) && Lst_IsEmpty(gn->commands) &&
810 } else if ((gn->type & OP_TRANSFORM) && DEBUG(SUFF)) {
927 if ((unsigned int)target->type == OP_TRANSFORM)
942 target->type = OP_TRANSFORM;
1802 * All attributes but OP_DEPMASK and OP_TRANSFORM are applied
H A Dmake.c451 if ((cgn->type & (OP_USE|OP_USEBEFORE|OP_TRANSFORM)) == 0) {
506 pgn->type |= cgn->type & ~(OP_OPMASK|OP_USE|OP_USEBEFORE|OP_TRANSFORM);
H A Dparse.c1385 gn->type |= (OP_NOTMAIN|OP_TRANSFORM);

Completed in 89 milliseconds