Searched refs:svc_lightstyle (Results 1 - 9 of 9) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dprotocol.h100 #define svc_lightstyle 12 // [byte] [string] macro
H A Dcl_parse.cpp43 "svc_lightstyle", // [byte] [string]
822 case svc_lightstyle:
825 Sys_Error ("svc_lightstyle > MAX_LIGHTSTYLES");
H A Dhost_cmd.cpp1361 MSG_WriteByte (&host_client->message, svc_lightstyle);
H A Dpr_cmds.cpp1241 MSG_WriteChar (&client->message, svc_lightstyle);
/external/quake/quake/src/QW/client/
H A Dprotocol.h75 #define svc_lightstyle 12 // [byte] [string] macro
H A Dcl_demo.c623 MSG_WriteByte (&buf, svc_lightstyle);
H A Dcl_parse.c40 "svc_lightstyle", // [byte] [string]
1196 case svc_lightstyle:
1199 Sys_Error ("svc_lightstyle > MAX_LIGHTSTYLES");
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c1065 ClientReliableWrite_Begin (client, svc_lightstyle, strlen(val)+3);
H A Dsv_user.c342 ClientReliableWrite_Begin (host_client, svc_lightstyle,

Completed in 84 milliseconds