HomeSort by relevance Sort by last modified time
    Searched refs:svc_stufftext (Results 1 - 11 of 11) sorted by null

  /external/quake/quake/src/WinQuake/
protocol.h 92 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
cl_parse.cpp 35 "svc_stufftext", // [string] stuffed into client's console buffer
800 case svc_stufftext:
host.cpp 332 MSG_WriteByte (&host_client->message, svc_stufftext);
sv_main.cpp 994 MSG_WriteChar (&msg, svc_stufftext);
  /external/quake/quake/src/QW/client/
protocol.h 70 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
cl_demo.c 461 MSG_WriteByte (&buf, svc_stufftext);
580 MSG_WriteByte (&buf, svc_stufftext);
654 MSG_WriteByte (&buf, svc_stufftext);
cl_parse.c 35 "svc_stufftext", // [string] stuffed into client's console buffer
1174 case svc_stufftext:
  /external/quake/quake/src/QW/server/
sv_user.c 115 MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
279 MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
284 MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
388 ClientReliableWrite_Begin (host_client, svc_stufftext, 8);
584 ClientReliableWrite_Begin (host_client, svc_stufftext, 8);
601 ClientReliableWrite_Begin (host_client, svc_stufftext, 8);
617 ClientReliableWrite_Begin (host_client, svc_stufftext, 8);
    [all...]
sv_ccmds.c 818 ClientReliableWrite_Begin (cl, svc_stufftext, 24);
sv_send.c 238 MSG_WriteByte (&sv.reliable_datagram, svc_stufftext);
pr_cmds.c 700 ClientReliableWrite_Begin (cl, svc_stufftext, 2+strlen(str));

Completed in 605 milliseconds