Searched refs:numCommands (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Djob.c220 static int numCommands; /* The number of commands actually printed variable
692 * numCommands is incremented if the command is actually printed.
732 numCommands += 1;
1635 numCommands = 0;
1642 if (numCommands == 0) {
/freebsd-10.0-release/usr.bin/make/
H A Djob.c290 static int numCommands; variable
647 * numCommands is incremented if the command is actually printed.
727 numCommands += 1;
1695 numCommands = 0;
1706 if (numCommands == 0) {

Completed in 84 milliseconds