Home
last modified time | relevance | path

Searched refs:ttycon_on (Results 1 – 10 of 10) sorted by relevance

/dports/games/ioquake3-server/ioquake3-1.36/code/sys/
H A Dcon_tty.c44 static qboolean ttycon_on = qfalse; variable
109 if( ttycon_on ) in CON_Hide()
139 if( ttycon_on ) in CON_Show()
169 if (ttycon_on) in CON_Shutdown()
269 ttycon_on = qfalse; in CON_Init()
298 ttycon_on = qtrue; in CON_Init()
315 if( ttycon_on ) in CON_Input()
/dports/games/ioquake3/ioquake3-1.36/code/sys/
H A Dcon_tty.c44 static qboolean ttycon_on = qfalse; variable
109 if( ttycon_on ) in CON_Hide()
139 if( ttycon_on ) in CON_Show()
169 if (ttycon_on) in CON_Shutdown()
269 ttycon_on = qfalse; in CON_Init()
298 ttycon_on = qtrue; in CON_Init()
315 if( ttycon_on ) in CON_Input()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/sys/
H A Dcon_tty.c44 static qboolean ttycon_on = qfalse; variable
107 if( ttycon_on ) in CON_Hide()
137 if( ttycon_on ) in CON_Show()
166 if (ttycon_on) in CON_Shutdown()
266 ttycon_on = qfalse; in CON_Init()
295 ttycon_on = qtrue; in CON_Init()
311 if( ttycon_on ) in CON_Input()
/dports/games/evq3/evq3/code/sys/
H A Dcon_tty.c44 static qboolean ttycon_on = qfalse; variable
107 if( ttycon_on ) in CON_Hide()
137 if( ttycon_on ) in CON_Show()
166 if (ttycon_on) in CON_Shutdown()
266 ttycon_on = qfalse; in CON_Init()
295 ttycon_on = qtrue; in CON_Init()
311 if( ttycon_on ) in CON_Input()
/dports/games/openjk/OpenJK-07675e2/shared/sys/
H A Dcon_tty.cpp47 static qboolean ttycon_on = qfalse; variable
121 if( ttycon_on ) in CON_Hide()
154 if( ttycon_on ) in CON_Show()
184 if (ttycon_on) in CON_Shutdown()
305 ttycon_on = qfalse; in CON_Init()
334 ttycon_on = qtrue; in CON_Init()
353 if(ttycon_on) in CON_Input()
514 if (!ttycon_on) { in CON_Print()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c46 static qboolean ttycon_on = qfalse; variable
111 if( ttycon_on ) in CON_Hide()
141 if( ttycon_on ) in CON_Show()
171 if (ttycon_on) in CON_Shutdown()
287 ttycon_on = qfalse; in CON_Init()
317 ttycon_on = qtrue; in CON_Init()
334 if(ttycon_on) in CON_Input()
/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dcon_tty.c46 static qboolean ttycon_on = qfalse; variable
111 if( ttycon_on ) in CON_Hide()
141 if( ttycon_on ) in CON_Show()
171 if (ttycon_on) in CON_Shutdown()
287 ttycon_on = qfalse; in CON_Init()
317 ttycon_on = qtrue; in CON_Init()
334 if(ttycon_on) in CON_Input()
/dports/games/iortcw/iortcw-1.51c/SP/code/sys/
H A Dcon_tty.c50 static qboolean ttycon_on = qfalse; variable
110 if( ttycon_on ) in CON_Hide()
143 if( ttycon_on ) in CON_Show()
173 if (ttycon_on) in CON_Shutdown()
294 ttycon_on = qfalse; in CON_Init()
323 ttycon_on = qtrue; in CON_Init()
342 if(ttycon_on) in CON_Input()
516 if (!ttycon_on) { in CON_Print()
/dports/games/iortcw/iortcw-1.51c/MP/code/sys/
H A Dcon_tty.c50 static qboolean ttycon_on = qfalse; variable
110 if( ttycon_on ) in CON_Hide()
143 if( ttycon_on ) in CON_Show()
173 if (ttycon_on) in CON_Shutdown()
294 ttycon_on = qfalse; in CON_Init()
323 ttycon_on = qtrue; in CON_Init()
342 if(ttycon_on) in CON_Input()
516 if (!ttycon_on) { in CON_Print()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dunix_main.c212 assert(ttycon_on); in tty_Hide()
233 assert(ttycon_on); in tty_Show()
251 if (ttycon_on) in Sys_ConsoleInputShutdown()
432 if (ttycon_on) in Sys_Error()
456 if (ttycon_on) in Sys_Warn()
463 if (ttycon_on) in Sys_Warn()
511 ttycon_on = qfalse; in Sys_ConsoleInputInit()
538 ttycon_on = qtrue; in Sys_ConsoleInputInit()
546 ttycon_on = qfalse; in Sys_ConsoleInputInit()
1278 if (ttycon_on) in Sys_Print()
[all …]