HomeSort by relevance Sort by last modified time
    Searched refs:host_initialized (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/server/
qwsvdef.h 85 extern qboolean host_initialized; // true if into command execution
sv_main.c 25 qboolean host_initialized; // true if into command execution (compatability) variable
    [all...]
  /external/quake/quake/src/QW/client/
quakedef.h 125 extern qboolean host_initialized; // true if into command execution
cmd.c 516 if (host_initialized) // because hunk allocation would get stomped
517 Sys_Error ("Cmd_AddCommand after host_initialized");
cl_main.c 104 qboolean host_initialized; // true if into command execution variable
1248 if (host_initialized)
1499 host_initialized = true;
vid_win.c     [all...]
  /external/quake/quake/src/WinQuake/
host.cpp 38 qboolean host_initialized; // true if into command execution variable
253 if (host_initialized & !isDedicated)
923 host_initialized = true;
quakedef.h 306 extern qboolean host_initialized; // true if into command execution
cmd.cpp 536 if (host_initialized) // because hunk allocation would get stomped
537 Sys_Error ("Cmd_AddCommand after host_initialized");
vid_win.cpp     [all...]

Completed in 201 milliseconds