OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_WriteChar
(Results
1 - 9
of
9
) sorted by null
/external/quake/quake/src/QW/server/
sv_nchan.c
106
MSG_WriteChar
(&cl->backbuf, c);
109
MSG_WriteChar
(&cl->netchan.message, c);
pr_cmds.c
1372
MSG_WriteChar
(WriteDest(), G_FLOAT(OFS_PARM1));
/external/quake/quake/src/WinQuake/
sv_main.cpp
97
MSG_WriteChar
(&sv.datagram, v);
668
MSG_WriteChar
(msg, (int) ent->u.v.view_ofs[2]);
671
MSG_WriteChar
(msg, (int) ent->u.v.idealpitch);
676
MSG_WriteChar
(msg, (int) ent->u.v.punchangle[i]);
678
MSG_WriteChar
(msg, (int) ent->u.v.velocity[i]/16);
807
MSG_WriteChar
(&msg, svc_nop);
994
MSG_WriteChar
(&msg, svc_stufftext);
common.h
104
void
MSG_WriteChar
(sizebuf_t *sb, int c);
pr_cmds.cpp
307
MSG_WriteChar
(&client->message,svc_print);
338
MSG_WriteChar
(&client->message,svc_centerprint);
1241
MSG_WriteChar
(&client->message, svc_lightstyle);
1242
MSG_WriteChar
(&client->message,style);
1546
MSG_WriteChar
(WriteDest(), (int) G_FLOAT(OFS_PARM1));
[
all
...]
common.cpp
510
void
MSG_WriteChar
(sizebuf_t *sb, int c)
516
Sys_Error ("
MSG_WriteChar
: range error");
[
all
...]
/external/quake/quake/src/QW/client/
common.h
104
void
MSG_WriteChar
(sizebuf_t *sb, int c);
cl_main.c
778
MSG_WriteChar
(&cls.netchan.message, clc_stringcmd);
821
MSG_WriteChar
(&cls.netchan.message, clc_stringcmd);
common.c
511
void
MSG_WriteChar
(sizebuf_t *sb, int c)
517
Sys_Error ("
MSG_WriteChar
: range error");
[
all
...]
Completed in 448 milliseconds