OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRINT_CHAT
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/QW/client/
bothdefs.h
156
#define
PRINT_CHAT
3 // chat messages
protocol.h
215
#define
PRINT_CHAT
3 // also go to chat buffer
cl_parse.c
1161
if (i ==
PRINT_CHAT
)
/external/quake/quake/src/QW/server/
sv_user.c
751
SV_ClientPrintf(host_client,
PRINT_CHAT
,
763
SV_ClientPrintf(host_client,
PRINT_CHAT
,
766
SV_ClientPrintf(host_client,
PRINT_CHAT
,
809
SV_ClientPrintf(client,
PRINT_CHAT
, "%s", text);
[
all
...]
sv_ccmds.c
512
SV_ClientPrintf(client,
PRINT_CHAT
, "%s\n", text);
Completed in 13 milliseconds