Home | History | Annotate | Download | only in client

Lines Matching defs:string

315 	if (!rcon_password.string)
330 strcat (message, rcon_password.string);
343 if (!strlen(rcon_address.string))
351 NET_StringToAdr (rcon_address.string, &to);
566 Con_Printf ("usage: fullserverinfo <complete info string>\n");
599 Con_Printf ("fullinfo <complete info string>\n");
857 if (!allowremotecmd && (!*localid.string || strcmp(localid.string, s))) {
858 if (!*localid.string) {
870 s, localid.string);
1191 char string[1024];
1194 vsprintf (string,message,argptr);
1197 Con_Printf ("Host_EndGame: %s\n",string);
1215 char string[1024];
1223 vsprintf (string,error,argptr);
1225 Con_Printf ("Host_Error: %s\n",string);
1233 Sys_Error ("Host_Error: %s\n",string);