Searched refs:SZ_Print (Results 1 – 15 of 15) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | cmd.cpp | 681 SZ_Print (&cls.message, Cmd_Argv(0)); in Cmd_ForwardToServer() 682 SZ_Print (&cls.message, " "); in Cmd_ForwardToServer() 685 SZ_Print (&cls.message, Cmd_Args()); in Cmd_ForwardToServer() 687 SZ_Print (&cls.message, "\n"); in Cmd_ForwardToServer()
|
D | common.h | 53 void SZ_Print (sizebuf_t *buf, const char *data); // strcats onto the sizebuf
|
D | common.cpp | 782 void SZ_Print (sizebuf_t *buf, const char *data) in SZ_Print() function
|
D | WinQuake.ncb | 1244 …nt nQ_strcasecmpQ_strcmpCOM_Parsechar *dataQ_strcpymsg_suppress_1SZ_PrintproghackBigFloat…
|
/external/quake/quake/src/QW/client/ |
D | cmd.c | 620 SZ_Print (&cls.netchan.message, Cmd_Argv(0)); in Cmd_ForwardToServer() 623 SZ_Print (&cls.netchan.message, " "); in Cmd_ForwardToServer() 624 SZ_Print (&cls.netchan.message, Cmd_Args()); in Cmd_ForwardToServer() 648 SZ_Print (&cls.netchan.message, Cmd_Args()); in Cmd_ForwardToServer_f()
|
D | cvar.c | 142 SZ_Print (&cls.netchan.message, va("setinfo \"%s\" \"%s\"\n", var_name, value)); in Cvar_Set()
|
D | common.h | 49 void SZ_Print (sizebuf_t *buf, char *data); // strcats onto the sizebuf
|
D | screen.c | 805 SZ_Print (&cls.netchan.message, "snap\n"); in SCR_RSShot_f()
|
D | cl_main.c | 1027 SZ_Print (&cls.netchan.message, va("download %s\n",Cmd_Argv(1))); in CL_Download_f()
|
D | cl_parse.c | 402 SZ_Print (&cls.netchan.message, "nextdl"); in CL_ParseDownload()
|
D | sbar.c | 1014 SZ_Print (&cls.netchan.message, "pings"); in Sbar_DeathmatchOverlay()
|
D | common.c | 884 void SZ_Print (sizebuf_t *buf, char *data) in SZ_Print() function
|
D | gl_model.c | 1543 SZ_Print (&cls.netchan.message, st); in Mod_LoadAliasModel()
|
D | model.c | 1476 SZ_Print (&cls.netchan.message, st); in Mod_LoadAliasModel()
|
/external/quake/quake/src/QW/server/ |
D | pr_cmds.c | 1534 SZ_Print (&svs.log[svs.logsequence&1], s); in PF_logfrag()
|