Searched defs:Host_Error (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dhost.cpp116 Host_Error
121 void Host_Error (const char *error, ...) function
128 Sys_Error ("Host_Error: recursively entered");
136 Con_Printf ("Host_Error: %s\n",string);
142 Sys_Error ("Host_Error: %s\n",string); // dedicated servers exit
/external/quake/quake/src/QW/client/
H A Dcl_main.c403 This is also called on Host_Error, so it shouldn't cause any errors
1207 Host_Error
1212 void Host_Error (char *error, ...) function
1219 Sys_Error ("Host_Error: recursively entered");
1225 Con_Printf ("Host_Error: %s\n",string);
1233 Sys_Error ("Host_Error: %s\n",string);

Completed in 15 milliseconds