OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nostdout
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
sys_android.c
45
int
nostdout
= 0;
variable
81
if (
nostdout
)
120
if (
nostdout
)
403
if (COM_CheckParm("-
nostdout
"))
404
nostdout
= 1;
sys_linux.c
42
int
nostdout
= 0;
variable
78
if (
nostdout
)
117
if (
nostdout
)
384
if (COM_CheckParm("-
nostdout
"))
385
nostdout
= 1;
/external/quake/quake/src/WinQuake/
sys_linux.cpp
24
int
nostdout
= 0;
variable
60
if (
nostdout
)
99
if (
nostdout
)
395
if (COM_CheckParm("-
nostdout
"))
396
nostdout
= 1;
sys_android.cpp
50
int
nostdout
= 0;
variable
91
if (
nostdout
)
135
if (
nostdout
)
585
if (COM_CheckParm("-
nostdout
"))
586
nostdout
= 1;
Completed in 87 milliseconds