Searched refs:SZ_Print (Results 1 - 14 of 14) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dcmd.c620 SZ_Print (&cls.netchan.message, Cmd_Argv(0));
623 SZ_Print (&cls.netchan.message, " ");
624 SZ_Print (&cls.netchan.message, Cmd_Args());
648 SZ_Print (&cls.netchan.message, Cmd_Args());
H A Dcvar.c142 SZ_Print (&cls.netchan.message, va("setinfo \"%s\" \"%s\"\n", var_name, value));
H A Dcommon.h49 void SZ_Print (sizebuf_t *buf, char *data); // strcats onto the sizebuf
H A Dscreen.c805 SZ_Print (&cls.netchan.message, "snap\n");
H A Dcl_main.c1027 SZ_Print (&cls.netchan.message, va("download %s\n",Cmd_Argv(1)));
H A Dcl_parse.c402 SZ_Print (&cls.netchan.message, "nextdl");
H A Dsbar.c1014 SZ_Print (&cls.netchan.message, "pings");
H A Dcommon.c884 void SZ_Print (sizebuf_t *buf, char *data) function
H A Dgl_model.c1543 SZ_Print (&cls.netchan.message, st);
H A Dmodel.c1476 SZ_Print (&cls.netchan.message, st);
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp681 SZ_Print (&cls.message, Cmd_Argv(0));
682 SZ_Print (&cls.message, " ");
685 SZ_Print (&cls.message, Cmd_Args());
687 SZ_Print (&cls.message, "\n");
H A Dcommon.h53 void SZ_Print (sizebuf_t *buf, const char *data); // strcats onto the sizebuf
H A Dcommon.cpp782 void SZ_Print (sizebuf_t *buf, const char *data) function
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c1534 SZ_Print (&svs.log[svs.logsequence&1], s);

Completed in 86 milliseconds