Searched refs:PRINT_CHAT (Results 1 – 6 of 6) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | bothdefs.h | 156 #define PRINT_CHAT 3 // chat messages macro
|
D | protocol.h | 215 #define PRINT_CHAT 3 // also go to chat buffer macro
|
D | cl_parse.c | 1161 if (i == PRINT_CHAT) in CL_ParseServerMessage()
|
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 751 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 763 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 766 SV_ClientPrintf(host_client, PRINT_CHAT, in SV_Say() 809 SV_ClientPrintf(client, PRINT_CHAT, "%s", text); in SV_Say()
|
D | sv_ccmds.c | 512 SV_ClientPrintf(client, PRINT_CHAT, "%s\n", text); in SV_ConSay_f()
|
/external/quake/quake/src/QW/progs/ |
D | defs.qc | 407 float PRINT_CHAT = 3; // also goes to chat console
|