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

  /external/quake/quake/src/WinQuake/
protocol.h 91 #define svc_print 8 // [string] null terminated string macro
host.cpp 287 MSG_WriteByte (&host_client->message, svc_print);
311 MSG_WriteByte (&svs.clients[i].message, svc_print);
cl_parse.cpp 34 "svc_print", // [string] null terminated string
792 case svc_print:
sv_main.cpp 194 MSG_WriteByte (&client->message, svc_print);
pr_cmds.cpp 307 MSG_WriteChar (&client->message,svc_print);
    [all...]
  /external/quake/quake/src/QW/client/
protocol.h 69 #define svc_print 8 // [byte] id [string] null terminated string macro
211 // svc_print messages have an id, so messages can be filtered
cl_parse.c 34 "svc_print", // [string] null terminated string
1159 case svc_print:
  /external/quake/quake/src/QW/server/
sv_send.c 66 ClientReliableWrite_Begin (host_client, svc_print, strlen(outputbuf)+3);
161 ClientReliableWrite_Begin (cl, svc_print, strlen(string)+3);
sv_main.c 161 MSG_WriteByte (&net_message, svc_print);
    [all...]

Completed in 226 milliseconds