OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noconinput
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/client/
sys_android.c
44
int
noconinput
= 0;
variable
398
noconinput
= COM_CheckParm("-
noconinput
");
399
if (!
noconinput
)
sys_linux.c
41
int
noconinput
= 0;
variable
380
noconinput
= COM_CheckParm("-
noconinput
");
381
if (!
noconinput
)
/external/quake/quake/src/WinQuake/
sys_android.cpp
49
int
noconinput
= 0;
variable
580
noconinput
= COM_CheckParm("-
noconinput
");
581
if (!
noconinput
)
Completed in 2629 milliseconds