Searched refs:MSG_ALL (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/linux/ |
D | smp.h | 62 #define MSG_ALL 0x8001 macro
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 194 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);
|
D | combat.qc | 82 WriteByte (MSG_ALL, SVC_KILLEDMONSTER);
|
D | triggers.qc | 42 WriteByte (MSG_ALL, SVC_FOUNDSECRET);
|
D | defs.qc | 399 float MSG_ALL = 2; // reliable to all
|
/external/quake/quake/src/QW/server/ |
D | pr_cmds.c | 1297 #define MSG_ALL 2 // reliable to all macro 1323 case MSG_ALL: in WriteDest()
|
/external/quake/quake/src/WinQuake/ |
D | pr_cmds.cpp | 1503 #define MSG_ALL 2 // reliable to all macro 1525 case MSG_ALL: in WriteDest()
|