/external/quake/quake/src/QW/client/ |
common.c | 524 void MSG_WriteByte (sizebuf_t *sb, int c) 530 Sys_Error ("MSG_WriteByte: range error"); 592 MSG_WriteByte (sb, (int)(f*256/360) & 255); 625 MSG_WriteByte (buf, bits); 642 MSG_WriteByte (buf, cmd->buttons); 644 MSG_WriteByte (buf, cmd->impulse); 645 MSG_WriteByte (buf, cmd->msec); [all...] |
screen.c | 804 MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
cl_main.c | 1026 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/WinQuake/ |
cmd.cpp | 678 MSG_WriteByte (&cls.message, clc_stringcmd);
|
common.cpp | 523 void MSG_WriteByte (sizebuf_t *sb, int c) 529 Sys_Error ("MSG_WriteByte: range error"); 591 MSG_WriteByte (sb, ((int)f*256/360) & 255); [all...] |
cl_parse.cpp | 194 MSG_WriteByte (&cls.message, clc_nop);
|
/external/quake/quake/src/QW/server/ |
sv_ccmds.c | 532 MSG_WriteByte (&sv.reliable_datagram, svc_serverinfo);
|