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

/freebsd-10-stable/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-10-stable/contrib/bmake/
H A Dcompat.c237 silent = gn->type & OP_SILENT;
601 gn->type |= OP_SILENT;
619 Job_Touch(gn, gn->type & OP_SILENT);
H A Dmake.h276 #define OP_SILENT 0x00000100 /* Don't echo commands when executed */ macro
H A Dtarg.c455 if (beSilent || gn->type & OP_SILENT) {
H A Dmeta.c538 gn->type |= OP_SILENT;
H A Dparse.c344 { ".SILENT", Silent, OP_SILENT },

Completed in 198 milliseconds