Searched refs:OP_SILENT (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h92 #define OP_SILENT 0x00000100 /* Don't echo commands when executed */ macro
H A Dtarg.c263 if (beSilent || (gn->type & OP_SILENT)) {
343 { OP_SILENT, ".SILENT" },
H A Djob.c2904 silent = gn->type & OP_SILENT;
3157 gn->type |= OP_SILENT;
3173 Job_Touch(gn, gn->type & OP_SILENT);
H A Dparse.c233 { ".SILENT", Silent, OP_SILENT },
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c235 silent = gn->type & OP_SILENT;
588 gn->type |= OP_SILENT;
606 Job_Touch(gn, gn->type & OP_SILENT);
H A Dmake.h270 #define OP_SILENT 0x00000100 /* Don't echo commands when executed */ macro
H A Dtarg.c457 if (beSilent || gn->type & OP_SILENT) {
H A Dmeta.c522 gn->type |= OP_SILENT;
H A Dparse.c338 { ".SILENT", Silent, OP_SILENT },

Completed in 142 milliseconds