| /external/quake/quake/src/WinQuake/ |
| protocol.h | 140 #define clc_stringcmd 4 // [string] message
macro
|
| cl_main.cpp | 184 MSG_WriteByte (&cls.message, clc_stringcmd); 189 MSG_WriteByte (&cls.message, clc_stringcmd); 192 MSG_WriteByte (&cls.message, clc_stringcmd); 195 MSG_WriteByte (&cls.message, clc_stringcmd); 201 MSG_WriteByte (&cls.message, clc_stringcmd);
|
| cmd.cpp | 678 MSG_WriteByte (&cls.message, clc_stringcmd);
|
| sv_user.cpp | 528 case clc_stringcmd:
|
| /external/quake/quake/src/QW/client/ |
| protocol.h | 142 #define clc_stringcmd 4 // [string] message macro
|
| cvar.c | 141 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| cl_parse.c | 191 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 252 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 295 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 401 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 603 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 640 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 686 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| cmd.c | 603 adds the current command line as a clc_stringcmd to the client message. 619 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 647 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| cl_main.c | 427 final[0] = clc_stringcmd; 778 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); 821 MSG_WriteChar (&cls.netchan.message, clc_stringcmd); 1026 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| skin.c | 258 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| cl_cam.c | 115 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); 128 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| screen.c | 804 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| sbar.c | 1013 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
| gl_model.c | [all...] |
| model.c | 1472 MSG_WriteByte (&cls.netchan.message, clc_stringcmd); [all...] |
| /external/quake/quake/src/QW/server/ |
| sv_user.c | [all...] |