Home
last modified time | relevance | path

Searched refs:clc_stringcmd (Results 1 – 16 of 16) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcl_main.cpp184 MSG_WriteByte (&cls.message, clc_stringcmd); in CL_SignonReply()
189 MSG_WriteByte (&cls.message, clc_stringcmd); in CL_SignonReply()
192 MSG_WriteByte (&cls.message, clc_stringcmd); in CL_SignonReply()
195 MSG_WriteByte (&cls.message, clc_stringcmd); in CL_SignonReply()
201 MSG_WriteByte (&cls.message, clc_stringcmd); in CL_SignonReply()
Dprotocol.h140 #define clc_stringcmd 4 // [string] message macro
Dcmd.cpp678 MSG_WriteByte (&cls.message, clc_stringcmd); in Cmd_ForwardToServer()
Dsv_user.cpp528 case clc_stringcmd: in SV_ReadClientMessage()
/external/quake/quake/src/QW/client/
Dcl_parse.c191 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_CheckOrDownloadFile()
252 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Model_NextDownload()
295 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Sound_NextDownload()
401 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_ParseDownload()
603 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_ParseServerData()
640 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_ParseSoundlist()
686 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_ParseModellist()
Dcl_main.c427 final[0] = clc_stringcmd; in CL_Disconnect()
778 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); in CL_Reconnect_f()
821 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); in CL_ConnectionlessPacket()
1026 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in CL_Download_f()
Dcmd.c619 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cmd_ForwardToServer()
647 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cmd_ForwardToServer_f()
Dprotocol.h142 #define clc_stringcmd 4 // [string] message macro
Dcvar.c141 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cvar_Set()
Dskin.c258 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Skin_NextDownload()
Dcl_cam.c115 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cam_Unlock()
128 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cam_Lock()
Dscreen.c804 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in SCR_RSShot_f()
Dsbar.c1013 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Sbar_DeathmatchOverlay()
Dgl_model.c1539 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Mod_LoadAliasModel()
Dmodel.c1472 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Mod_LoadAliasModel()
/external/quake/quake/src/QW/server/
Dsv_user.c1665 case clc_stringcmd: in SV_ExecuteClientMessage()