Home
last modified time | relevance | path

Searched refs:OP_SILENT (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/make/
H A Dcompat.c149 silent = gn->type & OP_SILENT;
408 gn->type |= OP_SILENT;
421 Job_Touch (gn, gn->type & OP_SILENT);
H A Dmake.h157 #define OP_SILENT 0x00000100 /* Don't echo commands when executed */ macro
H A Dtarg.c334 if (beSilent || gn->type & OP_SILENT) {
H A Dparse.c220 { ".SILENT", Silent, OP_SILENT },