HomeSort by: relevance | last modified time | path
    Searched defs:quietly (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
main.c 2034 static int quietly = -1; local in function:shouldDieQuietly
2036 if (quietly < 0) {
2039 quietly = 0;
2041 quietly = bf;
2043 quietly = gn != NULL && gn->type & OP_MAKE ? 1 : 0;
2045 return quietly != 0;
main.c 2034 static int quietly = -1; local in function:shouldDieQuietly
2036 if (quietly < 0) {
2039 quietly = 0;
2041 quietly = bf;
2043 quietly = gn != NULL && gn->type & OP_MAKE ? 1 : 0;
2045 return quietly != 0;

Completed in 23 milliseconds