HomeSort by relevance Sort by last modified time
    Searched refs:SZ_Print (Results 1 - 14 of 14) sorted by null

  /external/quake/quake/src/QW/client/
cmd.c 620 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());
cvar.c 142 SZ_Print (&cls.netchan.message, va("setinfo \"%s\" \"%s\"\n", var_name, value));
common.h 49 void SZ_Print (sizebuf_t *buf, char *data); // strcats onto the sizebuf
screen.c 805 SZ_Print (&cls.netchan.message, "snap\n");
cl_main.c 1027 SZ_Print (&cls.netchan.message, va("download %s\n",Cmd_Argv(1)));
cl_parse.c 402 SZ_Print (&cls.netchan.message, "nextdl");
sbar.c 1014 SZ_Print (&cls.netchan.message, "pings");
common.c 884 void SZ_Print (sizebuf_t *buf, char *data)
    [all...]
gl_model.c     [all...]
model.c 1476 SZ_Print (&cls.netchan.message, st);
    [all...]
  /external/quake/quake/src/WinQuake/
cmd.cpp 681 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");
common.h 53 void SZ_Print (sizebuf_t *buf, const char *data); // strcats onto the sizebuf
common.cpp 782 void SZ_Print (sizebuf_t *buf, const char *data)
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 1534 SZ_Print (&svs.log[svs.logsequence&1], s);

Completed in 218 milliseconds