Home
last modified time | relevance | path

Searched refs:MSG_ALL (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
Dsmp.h62 #define MSG_ALL 0x8001 macro
/external/quake/quake/src/QW/progs/
Dclient.qc194 WriteByte (MSG_ALL, SVC_CDTRACK);
195 WriteByte (MSG_ALL, 3);
197 WriteByte (MSG_ALL, SVC_INTERMISSION);
198 WriteCoord (MSG_ALL, pos.origin_x);
199 WriteCoord (MSG_ALL, pos.origin_y);
200 WriteCoord (MSG_ALL, pos.origin_z);
201 WriteAngle (MSG_ALL, pos.mangle_x);
202 WriteAngle (MSG_ALL, pos.mangle_y);
203 WriteAngle (MSG_ALL, pos.mangle_z);
Dcombat.qc82 WriteByte (MSG_ALL, SVC_KILLEDMONSTER);
Dtriggers.qc42 WriteByte (MSG_ALL, SVC_FOUNDSECRET);
Ddefs.qc399 float MSG_ALL = 2; // reliable to all
/external/quake/quake/src/QW/server/
Dpr_cmds.c1297 #define MSG_ALL 2 // reliable to all macro
1323 case MSG_ALL: in WriteDest()
/external/quake/quake/src/WinQuake/
Dpr_cmds.cpp1503 #define MSG_ALL 2 // reliable to all macro
1525 case MSG_ALL: in WriteDest()