Home
last modified time | relevance | path

Searched refs:MAX_SAY_TEXT (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_consolecmds.c170 char command[MAX_SAY_TEXT+10]; in CG_TellTarget_f()
171 char message[MAX_SAY_TEXT]; in CG_TellTarget_f()
185 char command[MAX_SAY_TEXT + 10]; in CG_TellAttacker_f()
186 char message[MAX_SAY_TEXT]; in CG_TellAttacker_f()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_svcmds.c452 char text[MAX_SAY_TEXT] = {0}; in Svcmd_Say_f()
459 if ( strlen( p ) >= MAX_SAY_TEXT ) { in Svcmd_Say_f()
460 p[MAX_SAY_TEXT-1] = '\0'; in Svcmd_Say_f()
H A Dg_cmds.c1577 char text[MAX_SAY_TEXT]; in G_Say()
1658 if ( strlen( p ) >= MAX_SAY_TEXT ) { in Cmd_Say_f()
1659 p[MAX_SAY_TEXT-1] = '\0'; in Cmd_Say_f()
1679 if ( strlen( p ) >= MAX_SAY_TEXT ) { in Cmd_SayTeam_f()
1680 p[MAX_SAY_TEXT-1] = '\0'; in Cmd_SayTeam_f()
1716 if ( strlen( p ) >= MAX_SAY_TEXT ) { in Cmd_Tell_f()
1717 p[MAX_SAY_TEXT-1] = '\0'; in Cmd_Tell_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c807 char cmd[MAX_SAY_TEXT];
808 char message[MAX_SAY_TEXT];
991 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
1027 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
1036 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/ioquake3/ioquake3-1.36/code/cgame/
H A Dcg_servercmds.c807 char cmd[MAX_SAY_TEXT];
808 char message[MAX_SAY_TEXT];
991 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
1027 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
1036 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/evq3/evq3/code/cgame/
H A Dcg_servercmds.c796 char cmd[MAX_SAY_TEXT];
797 char message[MAX_SAY_TEXT];
980 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
1016 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
1025 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/cgame/
H A Dcg_servercmds.c796 char cmd[MAX_SAY_TEXT];
797 char message[MAX_SAY_TEXT];
980 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
1016 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
1025 Q_strncpyz( text, CG_Argv(1), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_servercmds.c791 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
854 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
862 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
872 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_servercmds.c1119 char cmd[MAX_SAY_TEXT];
1120 char message[MAX_SAY_TEXT];
1413 char text[MAX_SAY_TEXT]; in CG_ServerCommand()
1501 Q_strncpyz( text, s, MAX_SAY_TEXT ); in CG_ServerCommand()
1524 Q_strncpyz( text, s, MAX_SAY_TEXT ); in CG_ServerCommand()
1555 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_servercmds.c955 char text[ MAX_SAY_TEXT ]; in CG_ServerCommand()
988 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
1005 Q_strncpyz( text, CG_Argv( 1 ), MAX_SAY_TEXT ); in CG_ServerCommand()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_ccmds.cpp1234 char text[MAX_SAY_TEXT] = {0}; in SV_ConSay_f()
1265 char text[MAX_SAY_TEXT] = {0}; in SV_ConTell_f()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_cmds.c911 #define MAX_SAY_TEXT 150 macro
957 char text[MAX_SAY_TEXT]; in G_Say()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h210 #define MAX_SAY_TEXT 150 macro
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h210 #define MAX_SAY_TEXT 150 macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h207 #define MAX_SAY_TEXT 150 macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.h167 #define MAX_SAY_TEXT 150 macro
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h222 #define MAX_SAY_TEXT 150 macro
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h212 #define MAX_SAY_TEXT 150 macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h222 #define MAX_SAY_TEXT 150 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_cmds.c951 #define MAX_SAY_TEXT 150 macro
1004 char text[MAX_SAY_TEXT]; in G_Say()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h308 #define MAX_SAY_TEXT 150 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h309 #define MAX_SAY_TEXT 150 macro
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h292 #define MAX_SAY_TEXT 150 macro
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_splineshared.h293 #define MAX_SAY_TEXT 150 macro
/dports/games/evq3/evq3/code/qcommon/
H A Dq_shared.h220 #define MAX_SAY_TEXT 150 macro

12