OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svc_centerprint
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/WinQuake/
protocol.h
118
#define
svc_centerprint
26 // [string] to put in center of the screen
macro
cl_parse.cpp
59
"
svc_centerprint
",
796
case
svc_centerprint
:
pr_cmds.cpp
338
MSG_WriteChar (&client->message,
svc_centerprint
);
[
all
...]
/external/quake/quake/src/QW/client/
protocol.h
92
#define
svc_centerprint
26 // [string] to put in center of the screen
macro
cl_parse.c
56
"
svc_centerprint
",
1170
case
svc_centerprint
:
/external/quake/quake/src/QW/server/
pr_cmds.c
275
ClientReliableWrite_Begin (cl,
svc_centerprint
, 2 + strlen(s));
Completed in 20 milliseconds