Searched refs:svc_stufftext (Results 1 – 11 of 11) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | protocol.h | 92 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
|
D | host.cpp | 332 MSG_WriteByte (&host_client->message, svc_stufftext); in Host_ClientCommands()
|
D | cl_parse.cpp | 800 case svc_stufftext: in CL_ParseServerMessage()
|
D | sv_main.cpp | 994 MSG_WriteChar (&msg, svc_stufftext); in SV_SendReconnect()
|
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 115 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_New_f() 279 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_PreSpawn_f() 284 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_PreSpawn_f() 388 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_Spawn_f() 584 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload() 601 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload() 617 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload()
|
D | sv_ccmds.c | 818 ClientReliableWrite_Begin (cl, svc_stufftext, 24); in SV_Snap()
|
D | sv_send.c | 238 MSG_WriteByte (&sv.reliable_datagram, svc_stufftext); in SV_BroadcastCommand()
|
D | pr_cmds.c | 700 ClientReliableWrite_Begin (cl, svc_stufftext, 2+strlen(str)); in PF_stuffcmd()
|
/external/quake/quake/src/QW/client/ |
D | protocol.h | 70 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
|
D | cl_demo.c | 461 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f() 580 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f() 654 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f()
|
D | cl_parse.c | 1174 case svc_stufftext: in CL_ParseServerMessage()
|