Searched refs:clc_stringcmd (Results 1 – 16 of 16) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | cl_main.cpp | 184 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()
|
D | protocol.h | 140 #define clc_stringcmd 4 // [string] message macro
|
D | cmd.cpp | 678 MSG_WriteByte (&cls.message, clc_stringcmd); in Cmd_ForwardToServer()
|
D | sv_user.cpp | 528 case clc_stringcmd: in SV_ReadClientMessage()
|
/external/quake/quake/src/QW/client/ |
D | cl_parse.c | 191 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()
|
D | cl_main.c | 427 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()
|
D | cmd.c | 619 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cmd_ForwardToServer() 647 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cmd_ForwardToServer_f()
|
D | protocol.h | 142 #define clc_stringcmd 4 // [string] message macro
|
D | cvar.c | 141 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cvar_Set()
|
D | skin.c | 258 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Skin_NextDownload()
|
D | cl_cam.c | 115 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cam_Unlock() 128 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Cam_Lock()
|
D | screen.c | 804 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in SCR_RSShot_f()
|
D | sbar.c | 1013 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Sbar_DeathmatchOverlay()
|
D | gl_model.c | 1539 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Mod_LoadAliasModel()
|
D | model.c | 1472 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); in Mod_LoadAliasModel()
|
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 1665 case clc_stringcmd: in SV_ExecuteClientMessage()
|