OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 01:09:49 GMT 2025